#B3AA83

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

Shades of Chino #B3AA83

Tints of Chino #B3AA83

Color information

#B3AA83 (or 0xB3AA83) is unknown color: approx Chino. HEX triplet: B3, AA and 83. RGB value is (179,170,131). Sum of RGB (Red+Green+Blue) = 179+170+131=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA83 is #4C557C. Grayscale: #A8A8A8. Windows color (decimal): -5002621 or 8628915. OLE color: 8628915.

HSL color Cylindrical-coordinate representation of color #B3AA83: hue angle of 48.75º 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 #B3AA83 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB179170131-
CMYK00.050.270.30
HSL48.75º24%60.78%-
HSV(B)48.75º26.82%70.2%-
XYZ37.0639.9727.23-
YUV168.24106.98135.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=37.29%
G=35.42%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917013100.050.270.3048.752460.78
HexB3AA83051B1E31183d
Octal263252203053336613075
Binary1011001110101010100000110101110111111011000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA83; }

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

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

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

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

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

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

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

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