Html Css Color HEX #BFBC66 Dark Khaki

📋 copy color: '#BFBC66'

red 191 ◦ green 188 ◦ blue 102

#BFBC66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BFBC66

Tints of Dark Khaki #BFBC66

RGB

 RED value IS 191 (75% from 255) = 39.71%

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 102 (40.23% from 255) = 21.21%

R = 39.71%
G = 39.09%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFBC66 (or 0xBFBC66) is known color: Dark Khaki. HEX triplet: BF, BC and 66. RGB value is (191,188,102). Sum of RGB (Red+Green+Blue) = 191+188+102=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC66 is #404399. Grayscale: #B3B3B3. Windows color (decimal): -4211610 or 6732991. OLE color: 6732991.

HSL color Cylindrical-coordinate representation of color #BFBC66: hue angle of 57.98º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFBC66 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 102 -
CMYK 0 0.02 0.47 0.25
HSL 57.98º 0.41% 0.57% -
HSV(B) 57.98º 0.47% 0.75% -
XYZ 41.87 48 19.63 -
YUV 179.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 191 188 102 0 0.02 0.47 0.25 57.98 0.41 0.57
Hex BF BC 66 0 2 2F 19 3A 29 39
Octal 277 274 146 0 2 57 31 72 51 71
Binary 10111111 10111100 1100110 0 10 101111 11001 111010 101001 111001

Color Harmonies of #BFBC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC66

Black with #BFBC66

Text Example


Text Example

White with #BFBC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC66; }

 p { color: rgb(191,188,102); }

 H1.HeaderClassName
 {
   color: #BFBC66;
 }
 .AnyTagClassName
 {
   color: #BFBC66;
 }
</style>

background-color css

<style>
 a { background-color: #BFBC66; }

 a { background-color: rgb(191,188,102); }

 div.DivClassName
 {
   background-color: #BFBC66;
 }
 .BgClassName
 {
   background-color: #BFBC66;
 }
</style>

border-color css

<style>
 span { border-color: #BFBC66; }

 span { border-color: rgb(191,188,102); }

 td.TdClassName
 {
   border-color: #BFBC66;
 }
 .TagClassName
 {
   border-color: #BFBC66;
 }
</style>