#B9AE8E

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

Shades of Chino #B9AE8E

Tints of Chino #B9AE8E

Color information

#B9AE8E (or 0xB9AE8E) is unknown color: approx Chino. HEX triplet: B9, AE and 8E. RGB value is (185,174,142). Sum of RGB (Red+Green+Blue) = 185+174+142=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AE8E is #465171. Grayscale: #ADADAD. Windows color (decimal): -4608370 or 9350841. OLE color: 9350841.

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

Color convert

RGB185174142-
CMYK00.060.230.27
HSL44.65º23.5%64.12%-
HSV(B)44.65º23.24%72.55%-
XYZ40.0342.5431.69-
YUV173.64110.14136.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=36.93%
G=34.73%
B=28.34%

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
Decimal18517414200.060.230.2744.6523.564.12
HexB9AE8E06171B2d1740
Octal2712562160627335527100
Binary10111001101011101000111001101011111011101101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE8E; }

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

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

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

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

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

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

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

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