#BBB374

Color #BBB374 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BBB374

Tints of Dark Khaki #BBB374

Color information

#BBB374 (or 0xBBB374) is unknown color: approx Dark Khaki. HEX triplet: BB, B3 and 74. RGB value is (187,179,116). Sum of RGB (Red+Green+Blue) = 187+179+116=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB374 is #444C8B. Grayscale: #AEAEAE. Windows color (decimal): -4476044 or 7648187. OLE color: 7648187.

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

Color convert

RGB187179116-
CMYK00.040.380.27
HSL53.24º34.3%59.41%-
HSV(B)53.24º37.97%73.33%-
XYZ39.7744.0722.93-
YUV174.2195.15137.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=38.80%
G=37.14%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717911600.040.380.2753.2434.359.41
HexBBB37404261B35223b
Octal273263164044633654273
Binary10111011101100111110100010010011011011110101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB374; }

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

 H1.HeaderClassName
 {
   color: #BBB374;
 }
 .AnyTagClassName
 {
   color: #BBB374;
 }
</style>
background-color css

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

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

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

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

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

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