#B3A987

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

Shades of Chino #B3A987

Tints of Chino #B3A987

Color information

#B3A987 (or 0xB3A987) is unknown color: approx Chino. HEX triplet: B3, A9 and 87. RGB value is (179,169,135). Sum of RGB (Red+Green+Blue) = 179+169+135=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A987 is #4C5678. Grayscale: #A8A8A8. Windows color (decimal): -5002873 or 8890803. OLE color: 8890803.

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

Color convert

RGB179169135-
CMYK00.060.250.30
HSL46.36º22.45%61.57%-
HSV(B)46.36º24.58%70.2%-
XYZ37.1539.7128.63-
YUV168.11109.31135.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=37.06%
G=34.99%
B=27.95%

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
Decimal17916913500.060.250.3046.3622.4561.57
HexB3A98706191E2e163e
Octal263251207063136562676
Binary1011001110101001100001110110110011111010111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A987; }

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

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

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

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

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

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

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

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