#B5B06F

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

Shades of Dark Khaki #B5B06F

Tints of Dark Khaki #B5B06F

Color information

#B5B06F (or 0xB5B06F) is unknown color: approx Dark Khaki. HEX triplet: B5, B0 and 6F. RGB value is (181,176,111). Sum of RGB (Red+Green+Blue) = 181+176+111=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B06F is #4A4F90. Grayscale: #AAAAAA. Windows color (decimal): -4870033 or 7319733. OLE color: 7319733.

HSL color Cylindrical-coordinate representation of color #B5B06F: hue angle of 55.71º 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 #B5B06F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181176111-
CMYK00.030.390.29
HSL55.71º32.11%57.25%-
HSV(B)55.71º38.67%70.98%-
XYZ37.4542.0221.18-
YUV170.0894.66135.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=38.68%
G=37.61%
B=23.72%

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
Decimal18117611100.030.390.2955.7132.1157.25
HexB5B06F03271D382039
Octal265260157034735704071
Binary1011010110110000110111101110011111101111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B06F; }

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

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

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

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

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

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

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

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