Html Css Color HEX #BA6873 Turkish Rose

📋 copy color: '#BA6873'

red 186 ◦ green 104 ◦ blue 115

#BA6873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #BA6873

Tints of Turkish Rose #BA6873

RGB

 RED value IS 186 (73.05% from 255) = 45.93%

 GREEN value IS 104 (41.02% from 255) = 25.68%

 BLUE value IS 115 (45.31% from 255) = 28.4%

R = 45.93%
G = 25.68%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA6873 (or 0xBA6873) is known color: Turkish Rose. HEX triplet: BA, 68 and 73. RGB value is (186,104,115). Sum of RGB (Red+Green+Blue) = 186+104+115=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6873 is #45978C. Grayscale: #818181. Windows color (decimal): -4560781 or 7563450. OLE color: 7563450.

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

Color convert

RGB 186 104 115 -
CMYK 0 0.44 0.38 0.27
HSL 351.95º 0.37% 0.57% -
HSV(B) 351.95º 0.44% 0.73% -
XYZ 28.29 21.58 18.89 -
YUV 129.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 186 104 115 0 0.44 0.38 0.27 351.95 0.37 0.57
Hex BA 68 73 0 2C 26 1B 160 25 39
Octal 272 150 163 0 54 46 33 540 45 71
Binary 10111010 1101000 1110011 0 101100 100110 11011 101100000 100101 111001

Color Harmonies of #BA6873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6873

Black with #BA6873

Text Example


Text Example

White with #BA6873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6873; }

 p { color: rgb(186,104,115); }

 H1.HeaderClassName
 {
   color: #BA6873;
 }
 .AnyTagClassName
 {
   color: #BA6873;
 }
</style>

background-color css

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

 a { background-color: rgb(186,104,115); }

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

border-color css

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

 span { border-color: rgb(186,104,115); }

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