Html Css Color HEX #BBB871 Dark Khaki

📋 copy color: '#BBB871'

red 187 ◦ green 184 ◦ blue 113

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

Shades of Dark Khaki #BBB871

Tints of Dark Khaki #BBB871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 38.64%
G = 38.02%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBB871 (or 0xBBB871) is known color: Dark Khaki. HEX triplet: BB, B8 and 71. RGB value is (187,184,113). Sum of RGB (Red+Green+Blue) = 187+184+113=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB871 is #44478E. Grayscale: #B1B1B1. Windows color (decimal): -4474767 or 7452859. OLE color: 7452859.

HSL color Cylindrical-coordinate representation of color #BBB871: hue angle of 57.57º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBB871 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 184 113 -
CMYK 0 0.02 0.40 0.27
HSL 57.57º 0.35% 0.59% -
HSV(B) 57.57º 0.4% 0.73% -
XYZ 40.61 46.04 22.37 -
YUV 176.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 187 184 113 0 0.02 0.40 0.27 57.57 0.35 0.59
Hex BB B8 71 0 2 28 1B 3A 23 3B
Octal 273 270 161 0 2 50 33 72 43 73
Binary 10111011 10111000 1110001 0 10 101000 11011 111010 100011 111011

Color Harmonies of #BBB871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB871

Black with #BBB871

Text Example


Text Example

White with #BBB871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB871; }

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

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

background-color css

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

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

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

border-color css

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

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

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