#BBB267

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

Shades of Dark Khaki #BBB267

Tints of Dark Khaki #BBB267

Color information

#BBB267 (or 0xBBB267) is unknown color: approx Dark Khaki. HEX triplet: BB, B2 and 67. RGB value is (187,178,103). Sum of RGB (Red+Green+Blue) = 187+178+103=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB267 is #444D98. Grayscale: #ACACAC. Windows color (decimal): -4476313 or 6795963. OLE color: 6795963.

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

Color convert

RGB187178103-
CMYK00.050.450.27
HSL53.57º38.18%56.86%-
HSV(B)53.57º44.92%73.33%-
XYZ38.8643.3819.16-
YUV172.1488.98138.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 178 (69.92% from 255) = 38.03%
BLUE value IS 103 (40.62% from 255) = 22.01%
R=39.96%
G=38.03%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717810300.050.450.2753.5738.1856.86
HexBBB267052D1B362639
Octal273262147055533664671
Binary10111011101100101100111010110110111011110110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB267; }

 p { color: rgb(187,178,103); }

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

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

 a { background-color: rgb(187,178,103); }

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

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

 span { border-color: rgb(187,178,103); }

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