#BBB679

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

Shades of Dark Khaki #BBB679

Tints of Dark Khaki #BBB679

Color information

#BBB679 (or 0xBBB679) is unknown color: approx Dark Khaki. HEX triplet: BB, B6 and 79. RGB value is (187,182,121). Sum of RGB (Red+Green+Blue) = 187+182+121=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB679 is #444986. Grayscale: #B0B0B0. Windows color (decimal): -4475271 or 7976635. OLE color: 7976635.

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

Color convert

RGB187182121-
CMYK00.030.350.27
HSL55.45º32.67%60.39%-
HSV(B)55.45º35.29%73.33%-
XYZ40.6745.424.71-
YUV176.5496.66135.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=38.16%
G=37.14%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718212100.030.350.2755.4532.6760.39
HexBBB67903231B37213c
Octal273266171034333674174
Binary1011101110110110111100101110001111011110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB679; }

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

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

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

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

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

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

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

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