Html Css Color HEX #BA7177 Turkish Rose

📋 copy color: '#BA7177'

red 186 ◦ green 113 ◦ blue 119

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

Shades of Turkish Rose #BA7177

Tints of Turkish Rose #BA7177

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.03%

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

R = 44.5%
G = 27.03%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA7177 (or 0xBA7177) is known color: Turkish Rose. HEX triplet: BA, 71 and 77. RGB value is (186,113,119). Sum of RGB (Red+Green+Blue) = 186+113+119=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7177 is #458E88. Grayscale: #878787. Windows color (decimal): -4558473 or 7827898. OLE color: 7827898.

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

Color convert

RGB 186 113 119 -
CMYK 0 0.39 0.36 0.27
HSL 355.07º 0.35% 0.59% -
HSV(B) 355.07º 0.39% 0.73% -
XYZ 29.48 23.58 20.45 -
YUV 135.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 186 113 119 0 0.39 0.36 0.27 355.07 0.35 0.59
Hex BA 71 77 0 27 24 1B 163 23 3B
Octal 272 161 167 0 47 44 33 543 43 73
Binary 10111010 1110001 1110111 0 100111 100100 11011 101100011 100011 111011

Color Harmonies of #BA7177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7177

Black with #BA7177

Text Example


Text Example

White with #BA7177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7177; }

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

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

background-color css

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

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

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

border-color css

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

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

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