#B5B46A

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

Shades of Dark Khaki #B5B46A

Tints of Dark Khaki #B5B46A

Color information

#B5B46A (or 0xB5B46A) is unknown color: approx Dark Khaki. HEX triplet: B5, B4 and 6A. RGB value is (181,180,106). Sum of RGB (Red+Green+Blue) = 181+180+106=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B46A is #4A4B95. Grayscale: #ACACAC. Windows color (decimal): -4869014 or 6993077. OLE color: 6993077.

HSL color Cylindrical-coordinate representation of color #B5B46A: hue angle of 59.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5B46A is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181180106-
CMYK00.010.410.29
HSL59.2º33.63%56.27%-
HSV(B)59.2º41.44%70.98%-
XYZ37.9843.5120.03-
YUV171.8690.83134.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=38.76%
G=38.54%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118010600.010.410.2959.233.6356.27
HexB5B46A01291D3b2238
Octal265264152015135734270
Binary101101011011010011010100110100111101111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B46A; }

 p { color: rgb(181,180,106); }

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

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

 a { background-color: rgb(181,180,106); }

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

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

 span { border-color: rgb(181,180,106); }

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