#B3A984

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

Shades of Chino #B3A984

Tints of Chino #B3A984

Color information

#B3A984 (or 0xB3A984) is unknown color: approx Chino. HEX triplet: B3, A9 and 84. RGB value is (179,169,132). Sum of RGB (Red+Green+Blue) = 179+169+132=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A984 is #4C567B. Grayscale: #A7A7A7. Windows color (decimal): -5002876 or 8694195. OLE color: 8694195.

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

Color convert

RGB179169132-
CMYK00.060.260.30
HSL47.23º23.62%60.98%-
HSV(B)47.23º26.26%70.2%-
XYZ36.9439.6327.53-
YUV167.77107.81136.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 132 (51.95% from 255) = 27.5%
R=37.29%
G=35.21%
B=27.5%

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
Decimal17916913200.060.260.3047.2323.6260.98
HexB3A984061A1E2f183d
Octal263251204063236573075
Binary1011001110101001100001000110110101111010111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A984; }

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

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

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

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

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

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

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

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