#B3AC8A

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

Shades of Chino #B3AC8A

Tints of Chino #B3AC8A

Color information

#B3AC8A (or 0xB3AC8A) is unknown color: approx Chino. HEX triplet: B3, AC and 8A. RGB value is (179,172,138). Sum of RGB (Red+Green+Blue) = 179+172+138=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AC8A is #4C5375. Grayscale: #AAAAAA. Windows color (decimal): -5002102 or 9088179. OLE color: 9088179.

HSL color Cylindrical-coordinate representation of color #B3AC8A: hue angle of 49.76º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3AC8A is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179172138-
CMYK00.040.230.30
HSL49.76º21.24%62.16%-
HSV(B)49.76º22.91%70.2%-
XYZ37.9340.9229.94-
YUV170.22109.82134.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=36.61%
G=35.17%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917213800.040.230.3049.7621.2462.16
HexB3AC8A04171E32153e
Octal263254212042736622576
Binary1011001110101100100010100100101111111011001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC8A; }

 p { color: rgb(179,172,138); }

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

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

 a { background-color: rgb(179,172,138); }

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

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

 span { border-color: rgb(179,172,138); }

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