#B9AE88

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

Shades of Chino #B9AE88

Tints of Chino #B9AE88

Color information

#B9AE88 (or 0xB9AE88) is unknown color: approx Chino. HEX triplet: B9, AE and 88. RGB value is (185,174,136). Sum of RGB (Red+Green+Blue) = 185+174+136=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AE88 is #465177. Grayscale: #ADADAD. Windows color (decimal): -4608376 or 8957625. OLE color: 8957625.

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

Color convert

RGB185174136-
CMYK00.060.260.27
HSL46.53º25.93%62.94%-
HSV(B)46.53º26.49%72.55%-
XYZ39.5942.3629.38-
YUV172.96107.14136.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=37.37%
G=35.15%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517413600.060.260.2746.5325.9362.94
HexB9AE88061A1B2f1a3f
Octal271256210063233573277
Binary1011100110101110100010000110110101101110111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE88; }

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

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

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

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

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

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

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

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