Html Css Color HEX #BA6668 Turkish Rose

📋 copy color: '#BA6668'

red 186 ◦ green 102 ◦ blue 104

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

Shades of Turkish Rose #BA6668

Tints of Turkish Rose #BA6668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.53%

R = 47.45%
G = 26.02%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA6668 (or 0xBA6668) is known color: Turkish Rose. HEX triplet: BA, 66 and 68. RGB value is (186,102,104). Sum of RGB (Red+Green+Blue) = 186+102+104=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6668 is #459997. Grayscale: #7F7F7F. Windows color (decimal): -4561304 or 6842042. OLE color: 6842042.

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

Color convert

RGB 186 102 104 -
CMYK 0 0.45 0.44 0.27
HSL 358.57º 0.38% 0.56% -
HSV(B) 358.57º 0.45% 0.73% -
XYZ 27.5 20.94 15.69 -
YUV 127.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 186 102 104 0 0.45 0.44 0.27 358.57 0.38 0.56
Hex BA 66 68 0 2D 2C 1B 167 26 38
Octal 272 146 150 0 55 54 33 547 46 70
Binary 10111010 1100110 1101000 0 101101 101100 11011 101100111 100110 111000

Color Harmonies of #BA6668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6668

Black with #BA6668

Text Example


Text Example

White with #BA6668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6668; }

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

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

background-color css

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

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

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

border-color css

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

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

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