Html Css Color HEX #BA6572 Turkish Rose

📋 copy color: '#BA6572'

red 186 ◦ green 101 ◦ blue 114

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

Shades of Turkish Rose #BA6572

Tints of Turkish Rose #BA6572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.19%

 BLUE value IS 114 (44.92% from 255) = 28.43%

R = 46.38%
G = 25.19%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA6572 (or 0xBA6572) is known color: Turkish Rose. HEX triplet: BA, 65 and 72. RGB value is (186,101,114). Sum of RGB (Red+Green+Blue) = 186+101+114=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6572 is #459A8D. Grayscale: #7F7F7F. Windows color (decimal): -4561550 or 7497146. OLE color: 7497146.

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

Color convert

RGB 186 101 114 -
CMYK 0 0.46 0.39 0.27
HSL 350.82º 0.38% 0.56% -
HSV(B) 350.82º 0.46% 0.73% -
XYZ 27.94 20.96 18.49 -
YUV 127.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 186 101 114 0 0.46 0.39 0.27 350.82 0.38 0.56
Hex BA 65 72 0 2E 27 1B 15F 26 38
Octal 272 145 162 0 56 47 33 537 46 70
Binary 10111010 1100101 1110010 0 101110 100111 11011 101011111 100110 111000

Color Harmonies of #BA6572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6572

Black with #BA6572

Text Example


Text Example

White with #BA6572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6572; }

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

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

background-color css

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

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

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

border-color css

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

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

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