#B5B276

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

Shades of Dark Khaki #B5B276

Tints of Dark Khaki #B5B276

Color information

#B5B276 (or 0xB5B276) is unknown color: approx Dark Khaki. HEX triplet: B5, B2 and 76. RGB value is (181,178,118). Sum of RGB (Red+Green+Blue) = 181+178+118=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B276 is #4A4D89. Grayscale: #ACACAC. Windows color (decimal): -4869514 or 7778997. OLE color: 7778997.

HSL color Cylindrical-coordinate representation of color #B5B276: hue angle of 57.14º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5B276 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB181178118-
CMYK00.020.350.29
HSL57.14º29.86%58.63%-
HSV(B)57.14º34.81%70.98%-
XYZ38.2542.9723.42-
YUV172.0697.49134.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=37.95%
G=37.32%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117811800.020.350.2957.1429.8658.63
HexB5B27602231D391e3b
Octal265262166024335713673
Binary101101011011001011101100101000111110111100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B276; }

 p { color: rgb(181,178,118); }

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

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

 a { background-color: rgb(181,178,118); }

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

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

 span { border-color: rgb(181,178,118); }

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