#B5B06E

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

Shades of Dark Khaki #B5B06E

Tints of Dark Khaki #B5B06E

Color information

#B5B06E (or 0xB5B06E) is unknown color: approx Dark Khaki. HEX triplet: B5, B0 and 6E. RGB value is (181,176,110). Sum of RGB (Red+Green+Blue) = 181+176+110=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B06E is #4A4F91. Grayscale: #AAAAAA. Windows color (decimal): -4870034 or 7254197. OLE color: 7254197.

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

Color convert

RGB181176110-
CMYK00.030.390.29
HSL55.77º32.42%57.06%-
HSV(B)55.77º39.23%70.98%-
XYZ37.44220.89-
YUV169.9794.16135.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=38.76%
G=37.69%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117611000.030.390.2955.7732.4257.06
HexB5B06E03271D382039
Octal265260156034735704071
Binary1011010110110000110111001110011111101111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B06E; }

 p { color: rgb(181,176,110); }

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

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

 a { background-color: rgb(181,176,110); }

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

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

 span { border-color: rgb(181,176,110); }

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