#B5B470

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

Shades of Dark Khaki #B5B470

Tints of Dark Khaki #B5B470

Color information

#B5B470 (or 0xB5B470) is unknown color: approx Dark Khaki. HEX triplet: B5, B4 and 70. RGB value is (181,180,112). Sum of RGB (Red+Green+Blue) = 181+180+112=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B470 is #4A4B8F. Grayscale: #ACACAC. Windows color (decimal): -4869008 or 7386293. OLE color: 7386293.

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

Color convert

RGB181180112-
CMYK00.010.380.29
HSL59.13º31.8%57.45%-
HSV(B)59.13º38.12%70.98%-
XYZ38.343.6421.73-
YUV172.5593.83134.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=38.27%
G=38.05%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118011200.010.380.2959.1331.857.45
HexB5B47001261D3b2039
Octal265264160014635734071
Binary101101011011010011100000110011011101111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B470; }

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

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

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

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

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

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

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

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