#B3A985

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

Shades of Chino #B3A985

Tints of Chino #B3A985

Color information

#B3A985 (or 0xB3A985) is unknown color: approx Chino. HEX triplet: B3, A9 and 85. RGB value is (179,169,133). Sum of RGB (Red+Green+Blue) = 179+169+133=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A985 is #4C567A. Grayscale: #A8A8A8. Windows color (decimal): -5002875 or 8759731. OLE color: 8759731.

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

Color convert

RGB179169133-
CMYK00.060.260.30
HSL46.96º23.23%61.18%-
HSV(B)46.96º25.7%70.2%-
XYZ37.0139.6527.89-
YUV167.89108.31135.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 133 (52.34% from 255) = 27.65%
R=37.21%
G=35.14%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916913300.060.260.3046.9623.2361.18
HexB3A985061A1E2f173d
Octal263251205063236572775
Binary1011001110101001100001010110110101111010111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A985; }

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

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

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

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

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

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

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

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