#BA6F72

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

Shades of Turkish Rose #BA6F72

Tints of Turkish Rose #BA6F72

Color information

#BA6F72 (or 0xBA6F72) is unknown color: approx Turkish Rose. HEX triplet: BA, 6F and 72. RGB value is (186,111,114). Sum of RGB (Red+Green+Blue) = 186+111+114=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F72 is #45908D. Grayscale: #858585. Windows color (decimal): -4558990 or 7499706. OLE color: 7499706.

HSL color Cylindrical-coordinate representation of color #BA6F72: hue angle of 357.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6F72 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186111114-
CMYK00.400.390.27
HSL357.6º35.21%58.24%-
HSV(B)357.6º40.32%72.94%-
XYZ28.9723.0218.84-
YUV133.77116.85165.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=45.26%
G=27.01%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611111400.400.390.27357.635.2158.24
HexBA6F72028271B166233a
Octal27215716205047335464372
Binary1011101011011111110010010100010011111011101100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F72; }

 p { color: rgb(186,111,114); }

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

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

 a { background-color: rgb(186,111,114); }

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

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

 span { border-color: rgb(186,111,114); }

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