#BA7577

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

Shades of Turkish Rose #BA7577

Tints of Turkish Rose #BA7577

Color information

#BA7577 (or 0xBA7577) is unknown color: approx Turkish Rose. HEX triplet: BA, 75 and 77. RGB value is (186,117,119). Sum of RGB (Red+Green+Blue) = 186+117+119=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7577 is #458A88. Grayscale: #898989. Windows color (decimal): -4557449 or 7828922. OLE color: 7828922.

HSL color Cylindrical-coordinate representation of color #BA7577: hue angle of 358.26º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7577 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB186117119-
CMYK00.370.360.27
HSL358.26º33.33%59.41%-
HSV(B)358.26º37.1%72.94%-
XYZ29.9424.4920.6-
YUV137.86117.36162.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 119 (46.88% from 255) = 28.20%
R=44.08%
G=27.73%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611711900.370.360.27358.2633.3359.41
HexBA7577025241B166213b
Octal27216516704544335464173
Binary1011101011101011110111010010110010011011101100110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7577; }

 p { color: rgb(186,117,119); }

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

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

 a { background-color: rgb(186,117,119); }

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

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

 span { border-color: rgb(186,117,119); }

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