Html Css Color HEX #BFBB6A Dark Khaki

📋 copy color: '#BFBB6A'

red 191 ◦ green 187 ◦ blue 106

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

Shades of Dark Khaki #BFBB6A

Tints of Dark Khaki #BFBB6A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.64%

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 39.46%
G = 38.64%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BFBB6A (or 0xBFBB6A) is known color: Dark Khaki. HEX triplet: BF, BB and 6A. RGB value is (191,187,106). Sum of RGB (Red+Green+Blue) = 191+187+106=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB6A is #404495. Grayscale: #B3B3B3. Windows color (decimal): -4211862 or 6994879. OLE color: 6994879.

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

Color convert

RGB 191 187 106 -
CMYK 0 0.02 0.45 0.25
HSL 57.18º 0.4% 0.58% -
HSV(B) 57.18º 0.45% 0.75% -
XYZ 41.86 47.66 20.63 -
YUV 178.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 191 187 106 0 0.02 0.45 0.25 57.18 0.4 0.58
Hex BF BB 6A 0 2 2D 19 39 28 3A
Octal 277 273 152 0 2 55 31 71 50 72
Binary 10111111 10111011 1101010 0 10 101101 11001 111001 101000 111010

Color Harmonies of #BFBB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB6A

Black with #BFBB6A

Text Example


Text Example

White with #BFBB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB6A; }

 p { color: rgb(191,187,106); }

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

background-color css

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

 a { background-color: rgb(191,187,106); }

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

border-color css

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

 span { border-color: rgb(191,187,106); }

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