#B3A882

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

Shades of Chino #B3A882

Tints of Chino #B3A882

Color information

#B3A882 (or 0xB3A882) is unknown color: approx Chino. HEX triplet: B3, A8 and 82. RGB value is (179,168,130). Sum of RGB (Red+Green+Blue) = 179+168+130=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A882 is #4C577D. Grayscale: #A7A7A7. Windows color (decimal): -5003134 or 8562867. OLE color: 8562867.

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

Color convert

RGB179168130-
CMYK00.060.270.30
HSL46.53º24.38%60.59%-
HSV(B)46.53º27.37%70.2%-
XYZ36.6239.226.76-
YUV166.96107.14136.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=37.53%
G=35.22%
B=27.25%

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
Decimal17916813000.060.270.3046.5324.3860.59
HexB3A882061B1E2f183d
Octal263250202063336573075
Binary1011001110101000100000100110110111111010111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A882; }

 p { color: rgb(179,168,130); }

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

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

 a { background-color: rgb(179,168,130); }

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

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

 span { border-color: rgb(179,168,130); }

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