Html Css Color HEX #BFBB6B Dark Khaki

📋 copy color: '#BFBB6B'

red 191 ◦ green 187 ◦ blue 107

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

Shades of Dark Khaki #BFBB6B

Tints of Dark Khaki #BFBB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.06%

R = 39.38%
G = 38.56%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BFBB6B (or 0xBFBB6B) is known color: Dark Khaki. HEX triplet: BF, BB and 6B. RGB value is (191,187,107). Sum of RGB (Red+Green+Blue) = 191+187+107=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB6B is #404494. Grayscale: #B3B3B3. Windows color (decimal): -4211861 or 7060415. OLE color: 7060415.

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

Color convert

RGB 191 187 107 -
CMYK 0 0.02 0.44 0.25
HSL 57.14º 0.4% 0.58% -
HSV(B) 57.14º 0.44% 0.75% -
XYZ 41.91 47.68 20.9 -
YUV 179.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 191 187 107 0 0.02 0.44 0.25 57.14 0.4 0.58
Hex BF BB 6B 0 2 2C 19 39 28 3A
Octal 277 273 153 0 2 54 31 71 50 72
Binary 10111111 10111011 1101011 0 10 101100 11001 111001 101000 111010

Color Harmonies of #BFBB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB6B

Black with #BFBB6B

Text Example


Text Example

White with #BFBB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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