#B5AC80

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

Shades of Chino #B5AC80

Tints of Chino #B5AC80

Color information

#B5AC80 (or 0xB5AC80) is unknown color: approx Chino. HEX triplet: B5, AC and 80. RGB value is (181,172,128). Sum of RGB (Red+Green+Blue) = 181+172+128=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AC80 is #4A537F. Grayscale: #A9A9A9. Windows color (decimal): -4871040 or 8432821. OLE color: 8432821.

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

Color convert

RGB181172128-
CMYK00.050.290.29
HSL49.81º26.37%60.59%-
HSV(B)49.81º29.28%70.98%-
XYZ37.740.8926.33-
YUV169.68104.48136.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=37.63%
G=35.76%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117212800.050.290.2949.8126.3760.59
HexB5AC80051D1D321a3d
Octal265254200053535623275
Binary1011010110101100100000000101111011110111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC80; }

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

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

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

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

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

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

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

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