COLOR #BFB363

HEX: #BFB363 RGB: (191,179,99)

Color info

#BFB363 contains mainly red and green colors. Web safe color of #BFB363 is #CC9966 (or #C96).

RGB color model

#BFB363 color RGB value is (191,179,99).

RGB: (191,179,99) (75%, 70%, 39%)

RGB channels and saturation

R 191 of 255 = 75%
G 179 of 255 = 70%
B 99 of 255 = 39%

191
179
99

R + G + B ~ 61%. #BFB363 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 179 + 99 = 469 (100%)
R 191 of 469 ~ 40.72%
G 179 of 469 ~ 38.17%
B 99 of 469 ~ 21.11'%

%40.72
%38.17
%21.11

CMYK color model

#BFB363 color CMYK value is (0,6,48,25).

  • cyan value is 0.00%
  • magenta value is 6.28%
  • yellow value is 48.17%
  • key color value is 25.10%
CMYK: (0,6,48,25) C0M6Y48K25 (0%,6%,48%,25%) (0.00/0.06/0.48/0.25) 

CMYK percentages

%0
%6.28
%48.17
%25.1

Codes

Color #BFB363 in popluar color models

BF B3 63
RGB 191 179 99
HSL 52° 41.82% 56.86%
HSB/HSV 52° 48.17% 74.90%
CMYK 0.00% 6.28% 48.17%
25.10%

Color #BFB363 in popluar number systems.

HEX BF B3 63
Decimal 191 179 99
Binary 10111111 10110011 1100011
Octal 277 263 143

Shades and tints

Shades of #BFB363

#BFB363
(191,179,99)
#AEA35A
(174,163,90)
#9D9351
(157,147,81)
#8C8348
(140,131,72)
#7B733F
(123,115,63)
#6A6336
(106,99,54)
#59532D
(89,83,45)
#484324
(72,67,36)
#37331B
(55,51,27)
#262312
(38,35,18)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #BFB363

#BFB363
(191,179,99)
#C4B971
(196,185,113)
#C9BF7F
(201,191,127)
#CEC58D
(206,197,141)
#D3CB9B
(211,203,155)
#D8D1A9
(216,209,169)
#DDD7B7
(221,215,183)
#E2DDC5
(226,221,197)
#E7E3D3
(231,227,211)
#ECE9E1
(236,233,225)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB363 color. Also use rgb(191,179,99) instead hex code.

Text Font Color

.myTextColor { color: #BFB363; }

<p style="color:#BFB363">This sample text font color is #BFB363.</p>

This text font color is #BFB363.

Background Color

.myBgColor { background-color: #BFB363; }

<div style="background-color:#BFB363">Inner text</div>

This div background color is #BFB363.

Border color

.myBorderColor { border: 1px solid #BFB363; }

<div style="border:3px solid #BFB363">Div</div>

This div border color is #BFB363.

Opacity

.myOpacity80 { color: #BFB363; opacity: 0.8; }

<p style="color:#BFB363;opacity:0.8;">80%</p>

Text with #BFB363 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BFB363;}

<p style="text-shadow: 3px 3px 1px #BFB363">Text here.</p>

This text has shadow with #BFB363 color.


.textShadow {text-shadow: 3px 3px 1px #BFB363', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BFB363, 5px 5px 20px red">Text here.</p>

This text has shadow with #BFB363 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BFB363, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BFB363, Direction=45, Strength=4)">Text</p>

This text has shadow with #BFB363 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BFB363;
-webkit-box-shadow: 1px 1px 3px 2px #BFB363;
box-shadow: 1px 1px 3px 2px #BFB363;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BFB363; -webkit-box-shadow: 1px 1px 3px 2px #BFB363; box-shadow:1px 1px 3px 2px #BFB363;">
Div content here
</div>

This div box has shadow with color #BFB363.

Preview

Color preview on black background

This text has color #BFB363 on black background.


Color preview on white background

This text has color #BFB363 on white background.


Black color preview on #BFB363 background

This text has black color on #BFB363 background.


White color preview on #BFB363 background

This text has white color on #BFB363 background.


Related colors

Complementary color

Complementary color for #hex is #404C9C.


I love getcolorcode.com

Triadic colors

1 #63BFB3 and #B363BF with #BFB363 are triadic colors.

2 #63B3BF and #B3BF63 with #BFB363 are triadic colors.