#B5AF6D

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

Shades of Dark Khaki #B5AF6D

Tints of Dark Khaki #B5AF6D

Color information

#B5AF6D (or 0xB5AF6D) is unknown color: approx Dark Khaki. HEX triplet: B5, AF and 6D. RGB value is (181,175,109). Sum of RGB (Red+Green+Blue) = 181+175+109=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF6D is #4A5092. Grayscale: #A9A9A9. Windows color (decimal): -4870291 or 7188405. OLE color: 7188405.

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

Color convert

RGB181175109-
CMYK00.030.400.29
HSL55º32.73%56.86%-
HSV(B)55º39.78%70.98%-
XYZ37.1541.5920.54-
YUV169.2793.99136.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 109 (42.97% from 255) = 23.44%
R=38.92%
G=37.63%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117510900.030.400.295532.7356.86
HexB5AF6D03281D372139
Octal265257155035035674171
Binary1011010110101111110110101110100011101110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF6D; }

 p { color: rgb(181,175,109); }

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

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

 a { background-color: rgb(181,175,109); }

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

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

 span { border-color: rgb(181,175,109); }

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