#BAAF8C

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

Shades of Chino #BAAF8C

Tints of Chino #BAAF8C

Color information

#BAAF8C (or 0xBAAF8C) is unknown color: approx Chino. HEX triplet: BA, AF and 8C. RGB value is (186,175,140). Sum of RGB (Red+Green+Blue) = 186+175+140=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAF8C is #455073. Grayscale: #AEAEAE. Windows color (decimal): -4542580 or 9220026. OLE color: 9220026.

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

Color convert

RGB186175140-
CMYK00.060.250.27
HSL45.65º25%63.92%-
HSV(B)45.65º24.73%72.94%-
XYZ40.3142.9930.98-
YUV174.3108.64136.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 140 (55.08% from 255) = 27.94%
R=37.13%
G=34.93%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617514000.060.250.2745.652563.92
HexBAAF8C06191B2e1940
Octal2722572140631335631100
Binary10111010101011111000110001101100111011101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF8C; }

 p { color: rgb(186,175,140); }

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

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

 a { background-color: rgb(186,175,140); }

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

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

 span { border-color: rgb(186,175,140); }

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