#B9AC8D

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

Shades of Chino #B9AC8D

Tints of Chino #B9AC8D

Color information

#B9AC8D (or 0xB9AC8D) is unknown color: approx Chino. HEX triplet: B9, AC and 8D. RGB value is (185,172,141). Sum of RGB (Red+Green+Blue) = 185+172+141=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AC8D is #465372. Grayscale: #ACACAC. Windows color (decimal): -4608883 or 9284793. OLE color: 9284793.

HSL color Cylindrical-coordinate representation of color #B9AC8D: hue angle of 42.27º 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 #B9AC8D is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB185172141-
CMYK00.070.240.27
HSL42.27º23.91%63.92%-
HSV(B)42.27º23.78%72.55%-
XYZ39.5741.7431.17-
YUV172.35110.31137.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=37.15%
G=34.54%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517214100.070.240.2742.2723.9163.92
HexB9AC8D07181B2a1840
Octal2712542150730335230100
Binary10111001101011001000110101111100011011101010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC8D; }

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

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

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

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

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

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

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

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