#BAAF8F

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

Shades of Chino #BAAF8F

Tints of Chino #BAAF8F

Color information

#BAAF8F (or 0xBAAF8F) is unknown color: approx Chino. HEX triplet: BA, AF and 8F. RGB value is (186,175,143). Sum of RGB (Red+Green+Blue) = 186+175+143=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAF8F is #455070. Grayscale: #AEAEAE. Windows color (decimal): -4542577 or 9416634. OLE color: 9416634.

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

Color convert

RGB186175143-
CMYK00.060.230.27
HSL44.65º23.76%64.51%-
HSV(B)44.65º23.12%72.94%-
XYZ40.5443.0832.17-
YUV174.64110.14136.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=36.90%
G=34.72%
B=28.37%

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
Decimal18617514300.060.230.2744.6523.7664.51
HexBAAF8F06171B2d1841
Octal2722572170627335530101
Binary10111010101011111000111101101011111011101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF8F; }

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

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

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

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

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

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

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

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