#B9AD85

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

Shades of Chino #B9AD85

Tints of Chino #B9AD85

Color information

#B9AD85 (or 0xB9AD85) is unknown color: approx Chino. HEX triplet: B9, AD and 85. RGB value is (185,173,133). Sum of RGB (Red+Green+Blue) = 185+173+133=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD85 is #46527A. Grayscale: #ACACAC. Windows color (decimal): -4608635 or 8760761. OLE color: 8760761.

HSL color Cylindrical-coordinate representation of color #B9AD85: hue angle of 46.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9AD85 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB185173133-
CMYK00.060.280.27
HSL46.15º27.08%62.35%-
HSV(B)46.15º28.11%72.55%-
XYZ39.1841.8928.21-
YUV172.03105.98137.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=37.68%
G=35.23%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517313300.060.280.2746.1527.0862.35
HexB9AD85061C1B2e1b3e
Octal271255205063433563376
Binary1011100110101101100001010110111001101110111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD85; }

 p { color: rgb(185,173,133); }

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

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

 a { background-color: rgb(185,173,133); }

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

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

 span { border-color: rgb(185,173,133); }

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