#bbb669

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

Shades of Dark Khaki #BBB669

Tints of Dark Khaki #BBB669

Color information

#BBB669 (or 0xBBB669) is unknown color: approx Dark Khaki. HEX triplet: BB, B6 and 69. RGB value is (187,182,105). Sum of RGB (Red+Green+Blue) = 187+182+105=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB669 is #444996. Grayscale: #AFAFAF. Windows color (decimal): -4475287 or 6928059. OLE color: 6928059.

HSL color Cylindrical-coordinate representation of color #BBB669: hue angle of 56.34º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBB669 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB187182105-
CMYK00.030.440.27
HSL56.34º37.61%57.25%-
HSV(B)56.34º43.85%73.33%-
XYZ39.7745.0419.96-
YUV174.7288.66136.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=39.45%
G=38.40%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718210500.030.440.2756.3437.6157.25
HexBBB669032C1B382639
Octal273266151035433704671
Binary1011101110110110110100101110110011011111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbb669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbb669; }

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

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

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

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

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

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

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

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