#BBB478

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

Shades of Dark Khaki #BBB478

Tints of Dark Khaki #BBB478

Color information

#BBB478 (or 0xBBB478) is unknown color: approx Dark Khaki. HEX triplet: BB, B4 and 78. RGB value is (187,180,120). Sum of RGB (Red+Green+Blue) = 187+180+120=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB478 is #444B87. Grayscale: #AFAFAF. Windows color (decimal): -4475784 or 7910587. OLE color: 7910587.

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

Color convert

RGB187180120-
CMYK00.040.360.27
HSL53.73º33%60.2%-
HSV(B)53.73º35.83%73.33%-
XYZ40.244.5624.25-
YUV175.2596.82136.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 120 (47.27% from 255) = 24.64%
R=38.40%
G=36.96%
B=24.64%

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
Decimal18718012000.040.360.2753.733360.2
HexBBB47804241B36213c
Octal273264170044433664174
Binary10111011101101001111000010010010011011110110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB478; }

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

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

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

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

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

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

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

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