#BAAF8A

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

Shades of Chino #BAAF8A

Tints of Chino #BAAF8A

Color information

#BAAF8A (or 0xBAAF8A) is unknown color: approx Chino. HEX triplet: BA, AF and 8A. RGB value is (186,175,138). Sum of RGB (Red+Green+Blue) = 186+175+138=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAF8A is #455075. Grayscale: #AEAEAE. Windows color (decimal): -4542582 or 9088954. OLE color: 9088954.

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

Color convert

RGB186175138-
CMYK00.060.260.27
HSL46.25º25.81%63.53%-
HSV(B)46.25º25.81%72.94%-
XYZ40.1742.9330.21-
YUV174.07107.64136.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=37.27%
G=35.07%
B=27.66%

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
Decimal18617513800.060.260.2746.2525.8163.53
HexBAAF8A061A1B2e1a40
Octal2722572120632335632100
Binary10111010101011111000101001101101011011101110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF8A; }

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

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

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

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

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

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

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

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