#B9AD81

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

Shades of Chino #B9AD81

Tints of Chino #B9AD81

Color information

#B9AD81 (or 0xB9AD81) is unknown color: approx Chino. HEX triplet: B9, AD and 81. RGB value is (185,173,129). Sum of RGB (Red+Green+Blue) = 185+173+129=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD81 is #46527E. Grayscale: #ABABAB. Windows color (decimal): -4608639 or 8498617. OLE color: 8498617.

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

Color convert

RGB185173129-
CMYK00.060.300.27
HSL47.14º28.57%61.57%-
HSV(B)47.14º30.27%72.55%-
XYZ38.9141.7926.78-
YUV171.57103.98137.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=37.99%
G=35.52%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517312900.060.300.2747.1428.5761.57
HexB9AD81061E1B2f1d3e
Octal271255201063633573576
Binary1011100110101101100000010110111101101110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD81; }

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

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

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

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

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

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

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

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