Html Css Color HEX #BBB071 Dark Khaki

📋 copy color: '#BBB071'

red 187 ◦ green 176 ◦ blue 113

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

Shades of Dark Khaki #BBB071

Tints of Dark Khaki #BBB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.97%

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

R = 39.29%
G = 36.97%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBB071 (or 0xBBB071) is known color: Dark Khaki. HEX triplet: BB, B0 and 71. RGB value is (187,176,113). Sum of RGB (Red+Green+Blue) = 187+176+113=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB071 is #444F8E. Grayscale: #ACACAC. Windows color (decimal): -4476815 or 7450811. OLE color: 7450811.

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

Color convert

RGB 187 176 113 -
CMYK 0 0.06 0.40 0.27
HSL 51.08º 0.35% 0.59% -
HSV(B) 51.08º 0.4% 0.73% -
XYZ 39 42.81 21.83 -
YUV 172.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 187 176 113 0 0.06 0.40 0.27 51.08 0.35 0.59
Hex BB B0 71 0 6 28 1B 33 23 3B
Octal 273 260 161 0 6 50 33 63 43 73
Binary 10111011 10110000 1110001 0 110 101000 11011 110011 100011 111011

Color Harmonies of #BBB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB071

Black with #BBB071

Text Example


Text Example

White with #BBB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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