#BBB479

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

Shades of Dark Khaki #BBB479

Tints of Dark Khaki #BBB479

Color information

#BBB479 (or 0xBBB479) is unknown color: approx Dark Khaki. HEX triplet: BB, B4 and 79. RGB value is (187,180,121). Sum of RGB (Red+Green+Blue) = 187+180+121=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB479 is #444B86. Grayscale: #AFAFAF. Windows color (decimal): -4475783 or 7976123. OLE color: 7976123.

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

Color convert

RGB187180121-
CMYK00.040.350.27
HSL53.64º32.67%60.39%-
HSV(B)53.64º35.29%73.33%-
XYZ40.2744.5924.57-
YUV175.3797.32136.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 121 (47.66% from 255) = 24.80%
R=38.32%
G=36.89%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718012100.040.350.2753.6432.6760.39
HexBBB47904231B36213c
Octal273264171044333664174
Binary10111011101101001111001010010001111011110110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB479; }

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

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

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

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

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

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

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

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