Html Css Color HEX #BBB970 Dark Khaki

📋 copy color: '#BBB970'

red 187 ◦ green 185 ◦ blue 112

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

Shades of Dark Khaki #BBB970

Tints of Dark Khaki #BBB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.22%

 BLUE value IS 112 (44.14% from 255) = 23.14%

R = 38.64%
G = 38.22%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBB970 (or 0xBBB970) is known color: Dark Khaki. HEX triplet: BB, B9 and 70. RGB value is (187,185,112). Sum of RGB (Red+Green+Blue) = 187+185+112=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB970 is #44468F. Grayscale: #B1B1B1. Windows color (decimal): -4474512 or 7387579. OLE color: 7387579.

HSL color Cylindrical-coordinate representation of color #BBB970: hue angle of 58.4º degrees, saturation: 0.36, 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 #BBB970 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 185 112 -
CMYK 0 0.01 0.40 0.27
HSL 58.4º 0.36% 0.59% -
HSV(B) 58.4º 0.4% 0.73% -
XYZ 40.77 46.43 22.14 -
YUV 177.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 187 185 112 0 0.01 0.40 0.27 58.4 0.36 0.59
Hex BB B9 70 0 1 28 1B 3A 24 3B
Octal 273 271 160 0 1 50 33 72 44 73
Binary 10111011 10111001 1110000 0 1 101000 11011 111010 100100 111011

Color Harmonies of #BBB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB970

Black with #BBB970

Text Example


Text Example

White with #BBB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB970; }

 p { color: rgb(187,185,112); }

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

background-color css

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

 a { background-color: rgb(187,185,112); }

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

border-color css

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

 span { border-color: rgb(187,185,112); }

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