Html Css Color HEX #BA6670 Turkish Rose

📋 copy color: '#BA6670'

red 186 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #BA6670

Tints of Turkish Rose #BA6670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

 BLUE value IS 112 (44.14% from 255) = 28%

R = 46.5%
G = 25.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA6670 (or 0xBA6670) is known color: Turkish Rose. HEX triplet: BA, 66 and 70. RGB value is (186,102,112). Sum of RGB (Red+Green+Blue) = 186+102+112=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6670 is #45998F. Grayscale: #808080. Windows color (decimal): -4561296 or 7366330. OLE color: 7366330.

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

Color convert

RGB 186 102 112 -
CMYK 0 0.45 0.40 0.27
HSL 352.86º 0.38% 0.56% -
HSV(B) 352.86º 0.45% 0.73% -
XYZ 27.93 21.11 17.93 -
YUV 128.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 186 102 112 0 0.45 0.40 0.27 352.86 0.38 0.56
Hex BA 66 70 0 2D 28 1B 161 26 38
Octal 272 146 160 0 55 50 33 541 46 70
Binary 10111010 1100110 1110000 0 101101 101000 11011 101100001 100110 111000

Color Harmonies of #BA6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6670

Black with #BA6670

Text Example


Text Example

White with #BA6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6670; }

 p { color: rgb(186,102,112); }

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

background-color css

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

 a { background-color: rgb(186,102,112); }

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

border-color css

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

 span { border-color: rgb(186,102,112); }

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