#B3A986

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

Shades of Chino #B3A986

Tints of Chino #B3A986

Color information

#B3A986 (or 0xB3A986) is unknown color: approx Chino. HEX triplet: B3, A9 and 86. RGB value is (179,169,134). Sum of RGB (Red+Green+Blue) = 179+169+134=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A986 is #4C5679. Grayscale: #A8A8A8. Windows color (decimal): -5002874 or 8825267. OLE color: 8825267.

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

Color convert

RGB179169134-
CMYK00.060.250.30
HSL46.67º22.84%61.37%-
HSV(B)46.67º25.14%70.2%-
XYZ37.0839.6828.26-
YUV168108.81135.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=37.14%
G=35.06%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916913400.060.250.3046.6722.8461.37
HexB3A98606191E2f173d
Octal263251206063136572775
Binary1011001110101001100001100110110011111010111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A986; }

 p { color: rgb(179,169,134); }

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

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

 a { background-color: rgb(179,169,134); }

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

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

 span { border-color: rgb(179,169,134); }

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