#B5B471

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

Shades of Dark Khaki #B5B471

Tints of Dark Khaki #B5B471

Color information

#B5B471 (or 0xB5B471) is unknown color: approx Dark Khaki. HEX triplet: B5, B4 and 71. RGB value is (181,180,113). Sum of RGB (Red+Green+Blue) = 181+180+113=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B471 is #4A4B8E. Grayscale: #ACACAC. Windows color (decimal): -4869007 or 7451829. OLE color: 7451829.

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

Color convert

RGB181180113-
CMYK00.010.380.29
HSL59.12º31.48%57.65%-
HSV(B)59.12º37.57%70.98%-
XYZ38.3643.6622.03-
YUV172.6694.33133.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=38.19%
G=37.97%
B=23.84%

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
Decimal18118011300.010.380.2959.1231.4857.65
HexB5B47101261D3b1f3a
Octal265264161014635733772
Binary10110101101101001110001011001101110111101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B471; }

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

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

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

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

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

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

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

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