Html Css Color HEX #BA6E77 Turkish Rose

📋 copy color: '#BA6E77'

red 186 ◦ green 110 ◦ blue 119

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

Shades of Turkish Rose #BA6E77

Tints of Turkish Rose #BA6E77

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.51%

 BLUE value IS 119 (46.88% from 255) = 28.67%

R = 44.82%
G = 26.51%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA6E77 (or 0xBA6E77) is known color: Turkish Rose. HEX triplet: BA, 6E and 77. RGB value is (186,110,119). Sum of RGB (Red+Green+Blue) = 186+110+119=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E77 is #459188. Grayscale: #858585. Windows color (decimal): -4559241 or 7827130. OLE color: 7827130.

HSL color Cylindrical-coordinate representation of color #BA6E77: hue angle of 352.89º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6E77 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 110 119 -
CMYK 0 0.41 0.36 0.27
HSL 352.89º 0.36% 0.58% -
HSV(B) 352.89º 0.41% 0.73% -
XYZ 29.16 22.92 20.34 -
YUV 133.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 186 110 119 0 0.41 0.36 0.27 352.89 0.36 0.58
Hex BA 6E 77 0 29 24 1B 161 24 3A
Octal 272 156 167 0 51 44 33 541 44 72
Binary 10111010 1101110 1110111 0 101001 100100 11011 101100001 100100 111010

Color Harmonies of #BA6E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E77

Black with #BA6E77

Text Example


Text Example

White with #BA6E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E77; }

 p { color: rgb(186,110,119); }

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

background-color css

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

 a { background-color: rgb(186,110,119); }

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

border-color css

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

 span { border-color: rgb(186,110,119); }

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