#B7AF78

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

Shades of Dark Khaki #B7AF78

Tints of Dark Khaki #B7AF78

Color information

#B7AF78 (or 0xB7AF78) is unknown color: approx Dark Khaki. HEX triplet: B7, AF and 78. RGB value is (183,175,120). Sum of RGB (Red+Green+Blue) = 183+175+120=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF78 is #485087. Grayscale: #ABABAB. Windows color (decimal): -4739208 or 7909303. OLE color: 7909303.

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

Color convert

RGB183175120-
CMYK00.040.340.28
HSL52.38º30.43%59.41%-
HSV(B)52.38º34.43%71.76%-
XYZ38.2542.0823.88-
YUV171.1299.15136.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=38.28%
G=36.61%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317512000.040.340.2852.3830.4359.41
HexB7AF7804221C341e3b
Octal267257170044234643673
Binary1011011110101111111100001001000101110011010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF78; }

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

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

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

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

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

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

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

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