#B3AD87

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

Shades of Chino #B3AD87

Tints of Chino #B3AD87

Color information

#B3AD87 (or 0xB3AD87) is unknown color: approx Chino. HEX triplet: B3, AD and 87. RGB value is (179,173,135). Sum of RGB (Red+Green+Blue) = 179+173+135=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD87 is #4C5278. Grayscale: #AAAAAA. Windows color (decimal): -5001849 or 8891827. OLE color: 8891827.

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

Color convert

RGB179173135-
CMYK00.030.250.30
HSL51.82º22.45%61.57%-
HSV(B)51.82º24.58%70.2%-
XYZ37.9141.2228.88-
YUV170.46107.99134.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 135 (53.12% from 255) = 27.72%
R=36.76%
G=35.52%
B=27.72%

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
Decimal17917313500.030.250.3051.8222.4561.57
HexB3AD8703191E34163e
Octal263255207033136642676
Binary101100111010110110000111011110011111011010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD87; }

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

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

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

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

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

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

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

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