#B8AF72

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

Shades of Dark Khaki #B8AF72

Tints of Dark Khaki #B8AF72

Color information

#B8AF72 (or 0xB8AF72) is unknown color: approx Dark Khaki. HEX triplet: B8, AF and 72. RGB value is (184,175,114). Sum of RGB (Red+Green+Blue) = 184+175+114=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF72 is #47508D. Grayscale: #AAAAAA. Windows color (decimal): -4673678 or 7516088. OLE color: 7516088.

HSL color Cylindrical-coordinate representation of color #B8AF72: hue angle of 52.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8AF72 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB184175114-
CMYK00.050.380.28
HSL52.29º33.02%58.43%-
HSV(B)52.29º38.04%72.16%-
XYZ38.1342.0722.03-
YUV170.7495.98137.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 114 (44.92% from 255) = 24.10%
R=38.90%
G=37.00%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417511400.050.380.2852.2933.0258.43
HexB8AF7205261C34213a
Octal270257162054634644172
Binary10111000101011111110010010110011011100110100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AF72; }

 p { color: rgb(184,175,114); }

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

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

 a { background-color: rgb(184,175,114); }

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

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

 span { border-color: rgb(184,175,114); }

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