#B3A983

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

Shades of Chino #B3A983

Tints of Chino #B3A983

Color information

#B3A983 (or 0xB3A983) is unknown color: approx Chino. HEX triplet: B3, A9 and 83. RGB value is (179,169,131). Sum of RGB (Red+Green+Blue) = 179+169+131=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A983 is #4C567C. Grayscale: #A7A7A7. Windows color (decimal): -5002877 or 8628659. OLE color: 8628659.

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

Color convert

RGB179169131-
CMYK00.060.270.30
HSL47.5º24%60.78%-
HSV(B)47.5º26.82%70.2%-
XYZ36.8839.627.17-
YUV167.66107.31136.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=37.37%
G=35.28%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916913100.060.270.3047.52460.78
HexB3A983061B1E30183d
Octal263251203063336603075
Binary1011001110101001100000110110110111111011000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A983; }

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

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

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

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

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

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

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

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