Html Css Color HEX #BBB86F Dark Khaki

📋 copy color: '#BBB86F'

red 187 ◦ green 184 ◦ blue 111

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

Shades of Dark Khaki #BBB86F

Tints of Dark Khaki #BBB86F

RGB

 RED value IS 187 (73.44% from 255) = 38.8%

 GREEN value IS 184 (72.27% from 255) = 38.17%

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 38.8%
G = 38.17%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BBB86F (or 0xBBB86F) is known color: Dark Khaki. HEX triplet: BB, B8 and 6F. RGB value is (187,184,111). Sum of RGB (Red+Green+Blue) = 187+184+111=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB86F is #444790. Grayscale: #B0B0B0. Windows color (decimal): -4474769 or 7321787. OLE color: 7321787.

HSL color Cylindrical-coordinate representation of color #BBB86F: hue angle of 57.63º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBB86F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 184 111 -
CMYK 0 0.02 0.41 0.27
HSL 57.63º 0.36% 0.58% -
HSV(B) 57.63º 0.41% 0.73% -
XYZ 40.5 45.99 21.78 -
YUV 176.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 187 184 111 0 0.02 0.41 0.27 57.63 0.36 0.58
Hex BB B8 6F 0 2 29 1B 3A 24 3A
Octal 273 270 157 0 2 51 33 72 44 72
Binary 10111011 10111000 1101111 0 10 101001 11011 111010 100100 111010

Color Harmonies of #BBB86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB86F

Black with #BBB86F

Text Example


Text Example

White with #BBB86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB86F; }

 p { color: rgb(187,184,111); }

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

background-color css

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

 a { background-color: rgb(187,184,111); }

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

border-color css

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

 span { border-color: rgb(187,184,111); }

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