Html Css Color HEX #BA7379 Turkish Rose

📋 copy color: '#BA7379'

red 186 ◦ green 115 ◦ blue 121

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

Shades of Turkish Rose #BA7379

Tints of Turkish Rose #BA7379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.25%

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

R = 44.08%
G = 27.25%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA7379 (or 0xBA7379) is known color: Turkish Rose. HEX triplet: BA, 73 and 79. RGB value is (186,115,121). Sum of RGB (Red+Green+Blue) = 186+115+121=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7379 is #458C86. Grayscale: #888888. Windows color (decimal): -4557959 or 7959482. OLE color: 7959482.

HSL color Cylindrical-coordinate representation of color #BA7379: hue angle of 354.93º 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 #BA7379 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 121 -
CMYK 0 0.38 0.35 0.27
HSL 354.93º 0.34% 0.59% -
HSV(B) 354.93º 0.38% 0.73% -
XYZ 29.83 24.08 21.16 -
YUV 136.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 186 115 121 0 0.38 0.35 0.27 354.93 0.34 0.59
Hex BA 73 79 0 26 23 1B 163 22 3B
Octal 272 163 171 0 46 43 33 543 42 73
Binary 10111010 1110011 1111001 0 100110 100011 11011 101100011 100010 111011

Color Harmonies of #BA7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7379

Black with #BA7379

Text Example


Text Example

White with #BA7379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7379; }

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

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

background-color css

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

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

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

border-color css

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

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

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