#B5AC84

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

Shades of Chino #B5AC84

Tints of Chino #B5AC84

Color information

#B5AC84 (or 0xB5AC84) is unknown color: approx Chino. HEX triplet: B5, AC and 84. RGB value is (181,172,132). Sum of RGB (Red+Green+Blue) = 181+172+132=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AC84 is #4A537B. Grayscale: #AAAAAA. Windows color (decimal): -4871036 or 8694965. OLE color: 8694965.

HSL color Cylindrical-coordinate representation of color #B5AC84: hue angle of 48.98º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5AC84 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB181172132-
CMYK00.050.270.29
HSL48.98º24.87%61.37%-
HSV(B)48.98º27.07%70.98%-
XYZ37.9740.9927.74-
YUV170.13106.48135.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=37.32%
G=35.46%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117213200.050.270.2948.9824.8761.37
HexB5AC84051B1D31193d
Octal265254204053335613175
Binary1011010110101100100001000101110111110111000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC84; }

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

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

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

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

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

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

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

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