Html Css Color HEX #BA7077 Turkish Rose

📋 copy color: '#BA7077'

red 186 ◦ green 112 ◦ blue 119

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

Shades of Turkish Rose #BA7077

Tints of Turkish Rose #BA7077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

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

R = 44.6%
G = 26.86%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA7077 (or 0xBA7077) is known color: Turkish Rose. HEX triplet: BA, 70 and 77. RGB value is (186,112,119). Sum of RGB (Red+Green+Blue) = 186+112+119=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7077 is #458F88. Grayscale: #868686. Windows color (decimal): -4558729 or 7827642. OLE color: 7827642.

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

Color convert

RGB 186 112 119 -
CMYK 0 0.40 0.36 0.27
HSL 354.32º 0.35% 0.58% -
HSV(B) 354.32º 0.4% 0.73% -
XYZ 29.37 23.36 20.41 -
YUV 134.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 186 112 119 0 0.40 0.36 0.27 354.32 0.35 0.58
Hex BA 70 77 0 28 24 1B 162 23 3A
Octal 272 160 167 0 50 44 33 542 43 72
Binary 10111010 1110000 1110111 0 101000 100100 11011 101100010 100011 111010

Color Harmonies of #BA7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7077

Black with #BA7077

Text Example


Text Example

White with #BA7077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7077; }

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

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

background-color css

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

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

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

border-color css

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

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

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