#B3A884

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

Shades of Chino #B3A884

Tints of Chino #B3A884

Color information

#B3A884 (or 0xB3A884) is unknown color: approx Chino. HEX triplet: B3, A8 and 84. RGB value is (179,168,132). Sum of RGB (Red+Green+Blue) = 179+168+132=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A884 is #4C577B. Grayscale: #A7A7A7. Windows color (decimal): -5003132 or 8693939. OLE color: 8693939.

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

Color convert

RGB179168132-
CMYK00.060.260.30
HSL45.96º23.62%60.98%-
HSV(B)45.96º26.26%70.2%-
XYZ36.7639.2527.47-
YUV167.18108.14136.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=37.37%
G=35.07%
B=27.56%

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
Decimal17916813200.060.260.3045.9623.6260.98
HexB3A884061A1E2e183d
Octal263250204063236563075
Binary1011001110101000100001000110110101111010111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A884; }

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

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

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

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

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

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

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

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