#BAAF8D

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

Shades of Chino #BAAF8D

Tints of Chino #BAAF8D

Color information

#BAAF8D (or 0xBAAF8D) is unknown color: approx Chino. HEX triplet: BA, AF and 8D. RGB value is (186,175,141). Sum of RGB (Red+Green+Blue) = 186+175+141=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAF8D is #455072. Grayscale: #AEAEAE. Windows color (decimal): -4542579 or 9285562. OLE color: 9285562.

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

Color convert

RGB186175141-
CMYK00.060.240.27
HSL45.33º24.59%64.12%-
HSV(B)45.33º24.19%72.94%-
XYZ40.3943.0231.37-
YUV174.41109.14136.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=37.05%
G=34.86%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617514100.060.240.2745.3324.5964.12
HexBAAF8D06181B2d1940
Octal2722572150630335531100
Binary10111010101011111000110101101100011011101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF8D; }

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

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

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

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

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

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

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

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