#B5B673

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

Shades of Dark Khaki #B5B673

Tints of Dark Khaki #B5B673

Color information

#B5B673 (or 0xB5B673) is unknown color: approx Dark Khaki. HEX triplet: B5, B6 and 73. RGB value is (181,182,115). Sum of RGB (Red+Green+Blue) = 181+182+115=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B673 is #4A498C. Grayscale: #AEAEAE. Windows color (decimal): -4868493 or 7583413. OLE color: 7583413.

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

Color convert

RGB181182115-
CMYK0.0100.370.29
HSL60.9º31.46%58.24%-
HSV(B)60.9º36.81%71.37%-
XYZ38.8844.5222.76-
YUV174.0694.67132.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=37.87%
G=38.08%
B=24.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811821150.0100.370.2960.931.4658.24
HexB5B67310251D3d1f3a
Octal265266163104535753772
Binary10110101101101101110011101001011110111110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B673; }

 p { color: rgb(181,182,115); }

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

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

 a { background-color: rgb(181,182,115); }

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

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

 span { border-color: rgb(181,182,115); }

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