#B9AD8F

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

Shades of Chino #B9AD8F

Tints of Chino #B9AD8F

Color information

#B9AD8F (or 0xB9AD8F) is unknown color: approx Chino. HEX triplet: B9, AD and 8F. RGB value is (185,173,143). Sum of RGB (Red+Green+Blue) = 185+173+143=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD8F is #465270. Grayscale: #ADADAD. Windows color (decimal): -4608625 or 9416121. OLE color: 9416121.

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

Color convert

RGB185173143-
CMYK00.060.230.27
HSL42.86º23.08%64.31%-
HSV(B)42.86º22.7%72.55%-
XYZ39.9142.1832.03-
YUV173.17110.98136.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=36.93%
G=34.53%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517314300.060.230.2742.8623.0864.31
HexB9AD8F06171B2b1740
Octal2712552170627335327100
Binary10111001101011011000111101101011111011101011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD8F; }

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

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

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

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

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

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

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

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