#BBB463

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

Shades of Dark Khaki #BBB463

Tints of Dark Khaki #BBB463

Color information

#BBB463 (or 0xBBB463) is unknown color: approx Dark Khaki. HEX triplet: BB, B4 and 63. RGB value is (187,180,99). Sum of RGB (Red+Green+Blue) = 187+180+99=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB463 is #444B9C. Grayscale: #ADADAD. Windows color (decimal): -4475805 or 6534331. OLE color: 6534331.

HSL color Cylindrical-coordinate representation of color #BBB463: hue angle of 55.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBB463 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18718099-
CMYK00.040.470.27
HSL55.23º39.29%56.08%-
HSV(B)55.23º47.06%73.33%-
XYZ39.0744.1118.26-
YUV172.8686.32138.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 99 (39.06% from 255) = 21.24%
R=40.13%
G=38.63%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871809900.040.470.2755.2339.2956.08
HexBBB463042F1B372738
Octal273264143045733674770
Binary10111011101101001100011010010111111011110111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB463; }

 p { color: rgb(187,180,99); }

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

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

 a { background-color: rgb(187,180,99); }

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

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

 span { border-color: rgb(187,180,99); }

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