Html Css Color HEX #BA6B76 Turkish Rose

📋 copy color: '#BA6B76'

red 186 ◦ green 107 ◦ blue 118

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

Shades of Turkish Rose #BA6B76

Tints of Turkish Rose #BA6B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 45.26%
G = 26.03%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA6B76 (or 0xBA6B76) is known color: Turkish Rose. HEX triplet: BA, 6B and 76. RGB value is (186,107,118). Sum of RGB (Red+Green+Blue) = 186+107+118=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B76 is #459489. Grayscale: #838383. Windows color (decimal): -4560010 or 7760826. OLE color: 7760826.

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

Color convert

RGB 186 107 118 -
CMYK 0 0.42 0.37 0.27
HSL 351.65º 0.36% 0.57% -
HSV(B) 351.65º 0.42% 0.73% -
XYZ 28.78 22.26 19.92 -
YUV 131.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 186 107 118 0 0.42 0.37 0.27 351.65 0.36 0.57
Hex BA 6B 76 0 2A 25 1B 160 24 39
Octal 272 153 166 0 52 45 33 540 44 71
Binary 10111010 1101011 1110110 0 101010 100101 11011 101100000 100100 111001

Color Harmonies of #BA6B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B76

Black with #BA6B76

Text Example


Text Example

White with #BA6B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B76; }

 p { color: rgb(186,107,118); }

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

background-color css

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

 a { background-color: rgb(186,107,118); }

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

border-color css

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

 span { border-color: rgb(186,107,118); }

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