Html Css Color HEX #BBB372 Dark Khaki

📋 copy color: '#BBB372'

red 187 ◦ green 179 ◦ blue 114

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

Shades of Dark Khaki #BBB372

Tints of Dark Khaki #BBB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.29%

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 38.96%
G = 37.29%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BBB372 (or 0xBBB372) is known color: Dark Khaki. HEX triplet: BB, B3 and 72. RGB value is (187,179,114). Sum of RGB (Red+Green+Blue) = 187+179+114=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB372 is #444C8D. Grayscale: #AEAEAE. Windows color (decimal): -4476046 or 7517115. OLE color: 7517115.

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

Color convert

RGB 187 179 114 -
CMYK 0 0.04 0.39 0.27
HSL 53.42º 0.35% 0.59% -
HSV(B) 53.42º 0.39% 0.73% -
XYZ 39.65 44.02 22.33 -
YUV 173.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 187 179 114 0 0.04 0.39 0.27 53.42 0.35 0.59
Hex BB B3 72 0 4 27 1B 35 23 3B
Octal 273 263 162 0 4 47 33 65 43 73
Binary 10111011 10110011 1110010 0 100 100111 11011 110101 100011 111011

Color Harmonies of #BBB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB372

Black with #BBB372

Text Example


Text Example

White with #BBB372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB372; }

 p { color: rgb(187,179,114); }

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

background-color css

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

 a { background-color: rgb(187,179,114); }

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

border-color css

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

 span { border-color: rgb(187,179,114); }

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