#B5AC83

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

Shades of Chino #B5AC83

Tints of Chino #B5AC83

Color information

#B5AC83 (or 0xB5AC83) is unknown color: approx Chino. HEX triplet: B5, AC and 83. RGB value is (181,172,131). Sum of RGB (Red+Green+Blue) = 181+172+131=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AC83 is #4A537C. Grayscale: #AAAAAA. Windows color (decimal): -4871037 or 8629429. OLE color: 8629429.

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

Color convert

RGB181172131-
CMYK00.050.280.29
HSL49.2º25.25%61.18%-
HSV(B)49.2º27.62%70.98%-
XYZ37.9140.9727.38-
YUV170.02105.98135.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 131 (51.56% from 255) = 27.07%
R=37.40%
G=35.54%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117213100.050.280.2949.225.2561.18
HexB5AC83051C1D31193d
Octal265254203053435613175
Binary1011010110101100100000110101111001110111000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC83; }

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

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

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

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

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

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

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

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