#B3AC89

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

Shades of Chino #B3AC89

Tints of Chino #B3AC89

Color information

#B3AC89 (or 0xB3AC89) is unknown color: approx Chino. HEX triplet: B3, AC and 89. RGB value is (179,172,137). Sum of RGB (Red+Green+Blue) = 179+172+137=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AC89 is #4C5376. Grayscale: #AAAAAA. Windows color (decimal): -5002103 or 9022643. OLE color: 9022643.

HSL color Cylindrical-coordinate representation of color #B3AC89: hue angle of 50º degrees, saturation: 0.22, 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 #B3AC89 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179172137-
CMYK00.040.230.30
HSL50º21.65%61.96%-
HSV(B)50º23.46%70.2%-
XYZ37.8640.8929.57-
YUV170.1109.32134.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 137 (53.91% from 255) = 28.07%
R=36.68%
G=35.25%
B=28.07%

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
Decimal17917213700.040.230.305021.6561.96
HexB3AC8904171E32163e
Octal263254211042736622676
Binary1011001110101100100010010100101111111011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC89; }

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

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

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

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

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

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

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

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