#B7AF75

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

Shades of Dark Khaki #B7AF75

Tints of Dark Khaki #B7AF75

Color information

#B7AF75 (or 0xB7AF75) is unknown color: approx Dark Khaki. HEX triplet: B7, AF and 75. RGB value is (183,175,117). Sum of RGB (Red+Green+Blue) = 183+175+117=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF75 is #48508A. Grayscale: #ABABAB. Windows color (decimal): -4739211 or 7712695. OLE color: 7712695.

HSL color Cylindrical-coordinate representation of color #B7AF75: hue angle of 52.73º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7AF75 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB183175117-
CMYK00.040.360.28
HSL52.73º31.43%58.82%-
HSV(B)52.73º36.07%71.76%-
XYZ38.0742.0122.93-
YUV170.7897.65136.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=38.53%
G=36.84%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317511700.040.360.2852.7331.4358.82
HexB7AF7504241C351f3b
Octal267257165044434653773
Binary1011011110101111111010101001001001110011010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF75; }

 p { color: rgb(183,175,117); }

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

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

 a { background-color: rgb(183,175,117); }

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

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

 span { border-color: rgb(183,175,117); }

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