Html Css Color HEX #BBB971 Dark Khaki

📋 copy color: '#BBB971'

red 187 ◦ green 185 ◦ blue 113

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

Shades of Dark Khaki #BBB971

Tints of Dark Khaki #BBB971

RGB

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

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

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

R = 38.56%
G = 38.14%
B = 23.3%

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

#BBB971 (or 0xBBB971) is known color: Dark Khaki. HEX triplet: BB, B9 and 71. RGB value is (187,185,113). Sum of RGB (Red+Green+Blue) = 187+185+113=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB971 is #44468E. Grayscale: #B1B1B1. Windows color (decimal): -4474511 or 7453115. OLE color: 7453115.

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

Color convert

RGB 187 185 113 -
CMYK 0 0.01 0.40 0.27
HSL 58.38º 0.35% 0.59% -
HSV(B) 58.38º 0.4% 0.73% -
XYZ 40.82 46.45 22.44 -
YUV 177.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 187 185 113 0 0.01 0.40 0.27 58.38 0.35 0.59
Hex BB B9 71 0 1 28 1B 3A 23 3B
Octal 273 271 161 0 1 50 33 72 43 73
Binary 10111011 10111001 1110001 0 1 101000 11011 111010 100011 111011

Color Harmonies of #BBB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB971

Black with #BBB971

Text Example


Text Example

White with #BBB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB971; }

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

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

background-color css

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

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

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

border-color css

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

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

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