#B9AD84

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

Shades of Chino #B9AD84

Tints of Chino #B9AD84

Color information

#B9AD84 (or 0xB9AD84) is unknown color: approx Chino. HEX triplet: B9, AD and 84. RGB value is (185,173,132). Sum of RGB (Red+Green+Blue) = 185+173+132=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD84 is #46527B. Grayscale: #ACACAC. Windows color (decimal): -4608636 or 8695225. OLE color: 8695225.

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

Color convert

RGB185173132-
CMYK00.060.290.27
HSL46.42º27.46%62.16%-
HSV(B)46.42º28.65%72.55%-
XYZ39.1241.8727.85-
YUV171.91105.48137.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=37.76%
G=35.31%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517313200.060.290.2746.4227.4662.16
HexB9AD84061D1B2e1b3e
Octal271255204063533563376
Binary1011100110101101100001000110111011101110111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD84; }

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

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

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

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

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

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

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

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