Html Css Color HEX #BA6971 Turkish Rose

📋 copy color: '#BA6971'

red 186 ◦ green 105 ◦ blue 113

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

Shades of Turkish Rose #BA6971

Tints of Turkish Rose #BA6971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.99%

 BLUE value IS 113 (44.53% from 255) = 27.97%

R = 46.04%
G = 25.99%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA6971 (or 0xBA6971) is known color: Turkish Rose. HEX triplet: BA, 69 and 71. RGB value is (186,105,113). Sum of RGB (Red+Green+Blue) = 186+105+113=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6971 is #45968E. Grayscale: #828282. Windows color (decimal): -4560527 or 7432634. OLE color: 7432634.

HSL color Cylindrical-coordinate representation of color #BA6971: hue angle of 354.07º 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 #BA6971 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 105 113 -
CMYK 0 0.44 0.39 0.27
HSL 354.07º 0.37% 0.57% -
HSV(B) 354.07º 0.44% 0.73% -
XYZ 28.28 21.73 18.33 -
YUV 130.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 186 105 113 0 0.44 0.39 0.27 354.07 0.37 0.57
Hex BA 69 71 0 2C 27 1B 162 25 39
Octal 272 151 161 0 54 47 33 542 45 71
Binary 10111010 1101001 1110001 0 101100 100111 11011 101100010 100101 111001

Color Harmonies of #BA6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6971

Black with #BA6971

Text Example


Text Example

White with #BA6971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6971; }

 p { color: rgb(186,105,113); }

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

background-color css

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

 a { background-color: rgb(186,105,113); }

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

border-color css

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

 span { border-color: rgb(186,105,113); }

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