Html Css Color HEX #BA7475 Turkish Rose

📋 copy color: '#BA7475'

red 186 ◦ green 116 ◦ blue 117

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

Shades of Turkish Rose #BA7475

Tints of Turkish Rose #BA7475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 44.39%
G = 27.68%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA7475 (or 0xBA7475) is known color: Turkish Rose. HEX triplet: BA, 74 and 75. RGB value is (186,116,117). Sum of RGB (Red+Green+Blue) = 186+116+117=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7475 is #458B8A. Grayscale: #898989. Windows color (decimal): -4557707 or 7697594. OLE color: 7697594.

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

Color convert

RGB 186 116 117 -
CMYK 0 0.38 0.37 0.27
HSL 359.14º 0.34% 0.59% -
HSV(B) 359.14º 0.38% 0.73% -
XYZ 29.71 24.21 19.94 -
YUV 137.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 186 116 117 0 0.38 0.37 0.27 359.14 0.34 0.59
Hex BA 74 75 0 26 25 1B 167 22 3B
Octal 272 164 165 0 46 45 33 547 42 73
Binary 10111010 1110100 1110101 0 100110 100101 11011 101100111 100010 111011

Color Harmonies of #BA7475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7475

Black with #BA7475

Text Example


Text Example

White with #BA7475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7475; }

 p { color: rgb(186,116,117); }

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

background-color css

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

 a { background-color: rgb(186,116,117); }

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

border-color css

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

 span { border-color: rgb(186,116,117); }

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