#BA7274

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

Shades of Turkish Rose #BA7274

Tints of Turkish Rose #BA7274

Color information

#BA7274 (or 0xBA7274) is unknown color: approx Turkish Rose. HEX triplet: BA, 72 and 74. RGB value is (186,114,116). Sum of RGB (Red+Green+Blue) = 186+114+116=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7274 is #458D8B. Grayscale: #878787. Windows color (decimal): -4558220 or 7631546. OLE color: 7631546.

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

Color convert

RGB186114116-
CMYK00.390.380.27
HSL358.33º34.29%58.82%-
HSV(B)358.33º38.71%72.94%-
XYZ29.4223.7319.55-
YUV135.76116.85163.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 116 (45.70% from 255) = 27.88%
R=44.71%
G=27.40%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611411600.390.380.27358.3334.2958.82
HexBA7274027261B166223b
Octal27216216404746335464273
Binary1011101011100101110100010011110011011011101100110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7274; }

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

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

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

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

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

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

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

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