#BBB577

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

Shades of Dark Khaki #BBB577

Tints of Dark Khaki #BBB577

Color information

#BBB577 (or 0xBBB577) is unknown color: approx Dark Khaki. HEX triplet: BB, B5 and 77. RGB value is (187,181,119). Sum of RGB (Red+Green+Blue) = 187+181+119=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB577 is #444A88. Grayscale: #AFAFAF. Windows color (decimal): -4475529 or 7845307. OLE color: 7845307.

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

Color convert

RGB187181119-
CMYK00.030.360.27
HSL54.71º33.33%60%-
HSV(B)54.71º36.36%73.33%-
XYZ40.3544.9424-
YUV175.7395.99136.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 181 (71.09% from 255) = 37.17%
BLUE value IS 119 (46.88% from 255) = 24.44%
R=38.40%
G=37.17%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718111900.030.360.2754.7133.3360
HexBBB57703241B37213c
Octal273265167034433674174
Binary1011101110110101111011101110010011011110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB577; }

 p { color: rgb(187,181,119); }

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

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

 a { background-color: rgb(187,181,119); }

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

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

 span { border-color: rgb(187,181,119); }

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