#B9AF8A

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

Shades of Chino #B9AF8A

Tints of Chino #B9AF8A

Color information

#B9AF8A (or 0xB9AF8A) is unknown color: approx Chino. HEX triplet: B9, AF and 8A. RGB value is (185,175,138). Sum of RGB (Red+Green+Blue) = 185+175+138=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF8A is #465075. Grayscale: #ADADAD. Windows color (decimal): -4608118 or 9088953. OLE color: 9088953.

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

Color convert

RGB185175138-
CMYK00.050.250.27
HSL47.23º25.13%63.33%-
HSV(B)47.23º25.41%72.55%-
XYZ39.9342.8130.2-
YUV173.77107.81136.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=37.15%
G=35.14%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517513800.050.250.2747.2325.1363.33
HexB9AF8A05191B2f193f
Octal271257212053133573177
Binary1011100110101111100010100101110011101110111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF8A; }

 p { color: rgb(185,175,138); }

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

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

 a { background-color: rgb(185,175,138); }

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

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

 span { border-color: rgb(185,175,138); }

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