Html Css Color HEX #BA6472 Turkish Rose

📋 copy color: '#BA6472'

red 186 ◦ green 100 ◦ blue 114

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

Shades of Turkish Rose #BA6472

Tints of Turkish Rose #BA6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

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

R = 46.5%
G = 25%
B = 28.5%

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

#BA6472 (or 0xBA6472) is known color: Turkish Rose. HEX triplet: BA, 64 and 72. RGB value is (186,100,114). Sum of RGB (Red+Green+Blue) = 186+100+114=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6472 is #459B8D. Grayscale: #7F7F7F. Windows color (decimal): -4561806 or 7496890. OLE color: 7496890.

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

Color convert

RGB 186 100 114 -
CMYK 0 0.46 0.39 0.27
HSL 350.23º 0.38% 0.56% -
HSV(B) 350.23º 0.46% 0.73% -
XYZ 27.84 20.77 18.46 -
YUV 127.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 186 100 114 0 0.46 0.39 0.27 350.23 0.38 0.56
Hex BA 64 72 0 2E 27 1B 15E 26 38
Octal 272 144 162 0 56 47 33 536 46 70
Binary 10111010 1100100 1110010 0 101110 100111 11011 101011110 100110 111000

Color Harmonies of #BA6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6472

Black with #BA6472

Text Example


Text Example

White with #BA6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6472; }

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

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

background-color css

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

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

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

border-color css

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

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

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