#B7AC84

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

Shades of Chino #B7AC84

Tints of Chino #B7AC84

Color information

#B7AC84 (or 0xB7AC84) is unknown color: approx Chino. HEX triplet: B7, AC and 84. RGB value is (183,172,132). Sum of RGB (Red+Green+Blue) = 183+172+132=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AC84 is #48537B. Grayscale: #AAAAAA. Windows color (decimal): -4739964 or 8694967. OLE color: 8694967.

HSL color Cylindrical-coordinate representation of color #B7AC84: hue angle of 47.06º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7AC84 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB183172132-
CMYK00.060.280.28
HSL47.06º26.15%61.76%-
HSV(B)47.06º27.87%71.76%-
XYZ38.4541.2427.76-
YUV170.73106.14136.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=37.58%
G=35.32%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317213200.060.280.2847.0626.1561.76
HexB7AC84061C1C2f1a3e
Octal267254204063434573276
Binary1011011110101100100001000110111001110010111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AC84; }

 p { color: rgb(183,172,132); }

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

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

 a { background-color: rgb(183,172,132); }

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

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

 span { border-color: rgb(183,172,132); }

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