Html Css Color HEX #BBB070 Dark Khaki

📋 copy color: '#BBB070'

red 187 ◦ green 176 ◦ blue 112

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

Shades of Dark Khaki #BBB070

Tints of Dark Khaki #BBB070

RGB

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

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

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

R = 39.37%
G = 37.05%
B = 23.58%

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

#BBB070 (or 0xBBB070) is known color: Dark Khaki. HEX triplet: BB, B0 and 70. RGB value is (187,176,112). Sum of RGB (Red+Green+Blue) = 187+176+112=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB070 is #444F8F. Grayscale: #ACACAC. Windows color (decimal): -4476816 or 7385275. OLE color: 7385275.

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

Color convert

RGB 187 176 112 -
CMYK 0 0.06 0.40 0.27
HSL 51.2º 0.36% 0.59% -
HSV(B) 51.2º 0.4% 0.73% -
XYZ 38.94 42.79 21.54 -
YUV 171.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 187 176 112 0 0.06 0.40 0.27 51.2 0.36 0.59
Hex BB B0 70 0 6 28 1B 33 24 3B
Octal 273 260 160 0 6 50 33 63 44 73
Binary 10111011 10110000 1110000 0 110 101000 11011 110011 100100 111011

Color Harmonies of #BBB070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB070

Black with #BBB070

Text Example


Text Example

White with #BBB070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB070; }

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

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

background-color css

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

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

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

border-color css

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

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

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