#B9AD8D

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

Shades of Chino #B9AD8D

Tints of Chino #B9AD8D

Color information

#B9AD8D (or 0xB9AD8D) is unknown color: approx Chino. HEX triplet: B9, AD and 8D. RGB value is (185,173,141). Sum of RGB (Red+Green+Blue) = 185+173+141=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD8D is #465272. Grayscale: #ADADAD. Windows color (decimal): -4608627 or 9285049. OLE color: 9285049.

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

Color convert

RGB185173141-
CMYK00.060.240.27
HSL43.64º23.91%63.92%-
HSV(B)43.64º23.78%72.55%-
XYZ39.7642.1231.23-
YUV172.94109.98136.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=37.07%
G=34.67%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517314100.060.240.2743.6423.9163.92
HexB9AD8D06181B2c1840
Octal2712552150630335430100
Binary10111001101011011000110101101100011011101100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD8D; }

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

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

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

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

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

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

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

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