#B3AD86

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

Shades of Chino #B3AD86

Tints of Chino #B3AD86

Color information

#B3AD86 (or 0xB3AD86) is unknown color: approx Chino. HEX triplet: B3, AD and 86. RGB value is (179,173,134). Sum of RGB (Red+Green+Blue) = 179+173+134=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD86 is #4C5279. Grayscale: #AAAAAA. Windows color (decimal): -5001850 or 8826291. OLE color: 8826291.

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

Color convert

RGB179173134-
CMYK00.030.250.30
HSL52º22.84%61.37%-
HSV(B)52º25.14%70.2%-
XYZ37.8441.1928.51-
YUV170.35107.49134.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 134 (52.73% from 255) = 27.57%
R=36.83%
G=35.60%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917313400.030.250.305222.8461.37
HexB3AD8603191E34173d
Octal263255206033136642775
Binary101100111010110110000110011110011111011010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD86; }

 p { color: rgb(179,173,134); }

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

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

 a { background-color: rgb(179,173,134); }

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

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

 span { border-color: rgb(179,173,134); }

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