#B5AC8D

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

Shades of Chino #B5AC8D

Tints of Chino #B5AC8D

Color information

#B5AC8D (or 0xB5AC8D) is unknown color: approx Chino. HEX triplet: B5, AC and 8D. RGB value is (181,172,141). Sum of RGB (Red+Green+Blue) = 181+172+141=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AC8D is #4A5372. Grayscale: #ABABAB. Windows color (decimal): -4871027 or 9284789. OLE color: 9284789.

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

Color convert

RGB181172141-
CMYK00.050.220.29
HSL46.5º21.28%63.14%-
HSV(B)46.5º22.1%70.98%-
XYZ38.6241.2531.13-
YUV171.16110.98135.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=36.64%
G=34.82%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117214100.050.220.2946.521.2863.14
HexB5AC8D05161D2f153f
Octal265254215052635572577
Binary1011010110101100100011010101101101110110111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC8D; }

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

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

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

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

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

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

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

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