#BBB378

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

Shades of Dark Khaki #BBB378

Tints of Dark Khaki #BBB378

Color information

#BBB378 (or 0xBBB378) is unknown color: approx Dark Khaki. HEX triplet: BB, B3 and 78. RGB value is (187,179,120). Sum of RGB (Red+Green+Blue) = 187+179+120=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB378 is #444C87. Grayscale: #AEAEAE. Windows color (decimal): -4476040 or 7910331. OLE color: 7910331.

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

Color convert

RGB187179120-
CMYK00.040.360.27
HSL52.84º33%60.2%-
HSV(B)52.84º35.83%73.33%-
XYZ4044.1624.18-
YUV174.6797.15136.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=38.48%
G=36.83%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717912000.040.360.2752.843360.2
HexBBB37804241B35213c
Octal273263170044433654174
Binary10111011101100111111000010010010011011110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB378; }

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

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

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

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

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

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

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

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