Html Css Color HEX #BA7579 Turkish Rose

📋 copy color: '#BA7579'

red 186 ◦ green 117 ◦ blue 121

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

Shades of Turkish Rose #BA7579

Tints of Turkish Rose #BA7579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.59%

 BLUE value IS 121 (47.66% from 255) = 28.54%

R = 43.87%
G = 27.59%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA7579 (or 0xBA7579) is known color: Turkish Rose. HEX triplet: BA, 75 and 79. RGB value is (186,117,121). Sum of RGB (Red+Green+Blue) = 186+117+121=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7579 is #458A86. Grayscale: #8A8A8A. Windows color (decimal): -4557447 or 7959994. OLE color: 7959994.

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

Color convert

RGB 186 117 121 -
CMYK 0 0.37 0.35 0.27
HSL 356.52º 0.33% 0.59% -
HSV(B) 356.52º 0.37% 0.73% -
XYZ 30.06 24.54 21.24 -
YUV 138.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 186 117 121 0 0.37 0.35 0.27 356.52 0.33 0.59
Hex BA 75 79 0 25 23 1B 165 21 3B
Octal 272 165 171 0 45 43 33 545 41 73
Binary 10111010 1110101 1111001 0 100101 100011 11011 101100101 100001 111011

Color Harmonies of #BA7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7579

Black with #BA7579

Text Example


Text Example

White with #BA7579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7579; }

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

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

background-color css

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

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

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

border-color css

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

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

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