COLOR #BFAF63

HEX: #BFAF63 RGB: (191,175,99)

Color info

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

RGB color model

#BFAF63 color RGB value is (191,175,99).

RGB: (191,175,99) (75%, 69%, 39%)

RGB channels and saturation

R 191 of 255 = 75%
G 175 of 255 = 69%
B 99 of 255 = 39%

191
175
99

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

Portions of RGB colors in percentages

R + G + B = 191 + 175 + 99 = 465 (100%)
R 191 of 465 ~ 41.08%
G 175 of 465 ~ 37.63%
B 99 of 465 ~ 21.29'%

%41.08
%37.63
%21.29

CMYK color model

#BFAF63 color CMYK value is (0,8,48,25).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 48.17%
  • key color value is 25.10%
CMYK: (0,8,48,25) C0M8Y48K25 (0%,8%,48%,25%) (0.00/0.08/0.48/0.25) 

CMYK percentages

%0
%8.38
%48.17
%25.1

Codes

Color #BFAF63 in popluar color models

BF AF 63
RGB 191 175 99
HSL 50° 41.82% 56.86%
HSB/HSV 50° 48.17% 74.90%
CMYK 0.00% 8.38% 48.17%
25.10%

Color #BFAF63 in popluar number systems.

HEX BF AF 63
Decimal 191 175 99
Binary 10111111 10101111 1100011
Octal 277 257 143

Shades and tints

Shades of #BFAF63

#BFAF63
(191,175,99)
#AEA05A
(174,160,90)
#9D9151
(157,145,81)
#8C8248
(140,130,72)
#7B733F
(123,115,63)
#6A6436
(106,100,54)
#59552D
(89,85,45)
#484624
(72,70,36)
#37371B
(55,55,27)
#262812
(38,40,18)
#151909
(21,25,9)
#000000
(0,0,0)

Tints of #BFAF63

#BFAF63
(191,175,99)
#C4B671
(196,182,113)
#C9BD7F
(201,189,127)
#CEC48D
(206,196,141)
#D3CB9B
(211,203,155)
#D8D2A9
(216,210,169)
#DDD9B7
(221,217,183)
#E2E0C5
(226,224,197)
#E7E7D3
(231,231,211)
#ECEEE1
(236,238,225)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAF63; }

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

This text font color is #BFAF63.

Background Color

.myBgColor { background-color: #BFAF63; }

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

This div background color is #BFAF63.

Border color

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

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

This div border color is #BFAF63.

Opacity

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

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

Text with #BFAF63 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 #BFAF63;}

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

This text has shadow with #BFAF63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFAF63.

Preview

Color preview on black background

This text has color #BFAF63 on black background.


Color preview on white background

This text has color #BFAF63 on white background.


Black color preview on #BFAF63 background

This text has black color on #BFAF63 background.


White color preview on #BFAF63 background

This text has white color on #BFAF63 background.


Related colors

Complementary color

Complementary color for #hex is #40509C.


I love getcolorcode.com

Triadic colors

1 #63BFAF and #AF63BF with #BFAF63 are triadic colors.

2 #63AFBF and #AFBF63 with #BFAF63 are triadic colors.