#BBB777

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

Shades of Dark Khaki #BBB777

Tints of Dark Khaki #BBB777

Color information

#BBB777 (or 0xBBB777) is unknown color: approx Dark Khaki. HEX triplet: BB, B7 and 77. RGB value is (187,183,119). Sum of RGB (Red+Green+Blue) = 187+183+119=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB777 is #444888. Grayscale: #B1B1B1. Windows color (decimal): -4475017 or 7845819. OLE color: 7845819.

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

Color convert

RGB187183119-
CMYK00.020.360.27
HSL56.47º33.33%60%-
HSV(B)56.47º36.36%73.33%-
XYZ40.7645.7624.14-
YUV176.995.33135.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 119 (46.88% from 255) = 24.34%
R=38.24%
G=37.42%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718311900.020.360.2756.4733.3360
HexBBB77702241B38213c
Octal273267167024433704174
Binary1011101110110111111011101010010011011111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB777; }

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

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

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

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

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

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

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

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