Html Css Color HEX #BBB86E Dark Khaki

📋 copy color: '#BBB86E'

red 187 ◦ green 184 ◦ blue 110

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

Shades of Dark Khaki #BBB86E

Tints of Dark Khaki #BBB86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.87%

R = 38.88%
G = 38.25%
B = 22.87%

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

#BBB86E (or 0xBBB86E) is known color: Dark Khaki. HEX triplet: BB, B8 and 6E. RGB value is (187,184,110). Sum of RGB (Red+Green+Blue) = 187+184+110=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB86E is #444791. Grayscale: #B0B0B0. Windows color (decimal): -4474770 or 7256251. OLE color: 7256251.

HSL color Cylindrical-coordinate representation of color #BBB86E: hue angle of 57.66º 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 #BBB86E is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 184 110 -
CMYK 0 0.02 0.41 0.27
HSL 57.66º 0.36% 0.58% -
HSV(B) 57.66º 0.41% 0.73% -
XYZ 40.45 45.97 21.49 -
YUV 176.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 187 184 110 0 0.02 0.41 0.27 57.66 0.36 0.58
Hex BB B8 6E 0 2 29 1B 3A 24 3A
Octal 273 270 156 0 2 51 33 72 44 72
Binary 10111011 10111000 1101110 0 10 101001 11011 111010 100100 111010

Color Harmonies of #BBB86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB86E

Black with #BBB86E

Text Example


Text Example

White with #BBB86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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