#B9AC8E

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

Shades of Chino #B9AC8E

Tints of Chino #B9AC8E

Color information

#B9AC8E (or 0xB9AC8E) is unknown color: approx Chino. HEX triplet: B9, AC and 8E. RGB value is (185,172,142). Sum of RGB (Red+Green+Blue) = 185+172+142=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AC8E is #465371. Grayscale: #ACACAC. Windows color (decimal): -4608882 or 9350329. OLE color: 9350329.

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

Color convert

RGB185172142-
CMYK00.070.230.27
HSL41.86º23.5%64.12%-
HSV(B)41.86º23.24%72.55%-
XYZ39.6441.7731.56-
YUV172.47110.81136.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=37.07%
G=34.47%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517214200.070.230.2741.8623.564.12
HexB9AC8E07171B2a1740
Octal2712542160727335227100
Binary10111001101011001000111001111011111011101010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC8E; }

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

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

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

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

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

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

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

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