#B1AF72

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

Shades of Dark Khaki #B1AF72

Tints of Dark Khaki #B1AF72

Color information

#B1AF72 (or 0xB1AF72) is unknown color: approx Dark Khaki. HEX triplet: B1, AF and 72. RGB value is (177,175,114). Sum of RGB (Red+Green+Blue) = 177+175+114=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AF72 is #4E508D. Grayscale: #A8A8A8. Windows color (decimal): -5132430 or 7516081. OLE color: 7516081.

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

Color convert

RGB177175114-
CMYK00.010.360.31
HSL58.1º28.77%57.06%-
HSV(B)58.1º35.59%69.41%-
XYZ36.541.2221.95-
YUV168.6497.16133.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=37.98%
G=37.55%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717511400.010.360.3158.128.7757.06
HexB1AF7201241F3a1d39
Octal261257162014437723571
Binary10110001101011111110010011001001111111101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF72; }

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

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

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

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

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

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

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

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