Html Css Color HEX #BA6874 Turkish Rose

📋 copy color: '#BA6874'

red 186 ◦ green 104 ◦ blue 116

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

Shades of Turkish Rose #BA6874

Tints of Turkish Rose #BA6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.62%

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 45.81%
G = 25.62%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA6874 (or 0xBA6874) is known color: Turkish Rose. HEX triplet: BA, 68 and 74. RGB value is (186,104,116). Sum of RGB (Red+Green+Blue) = 186+104+116=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6874 is #45978B. Grayscale: #818181. Windows color (decimal): -4560780 or 7628986. OLE color: 7628986.

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

Color convert

RGB 186 104 116 -
CMYK 0 0.44 0.38 0.27
HSL 351.22º 0.37% 0.57% -
HSV(B) 351.22º 0.44% 0.73% -
XYZ 28.35 21.6 19.2 -
YUV 129.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 186 104 116 0 0.44 0.38 0.27 351.22 0.37 0.57
Hex BA 68 74 0 2C 26 1B 15F 25 39
Octal 272 150 164 0 54 46 33 537 45 71
Binary 10111010 1101000 1110100 0 101100 100110 11011 101011111 100101 111001

Color Harmonies of #BA6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6874

Black with #BA6874

Text Example


Text Example

White with #BA6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6874; }

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

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

background-color css

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

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

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

border-color css

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

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

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