Html Css Color HEX #BA676F Turkish Rose

📋 copy color: '#BA676F'

red 186 ◦ green 103 ◦ blue 111

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

Shades of Turkish Rose #BA676F

Tints of Turkish Rose #BA676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.75%

 BLUE value IS 111 (43.75% from 255) = 27.75%

R = 46.5%
G = 25.75%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA676F (or 0xBA676F) is known color: Turkish Rose. HEX triplet: BA, 67 and 6F. RGB value is (186,103,111). Sum of RGB (Red+Green+Blue) = 186+103+111=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA676F is #459890. Grayscale: #808080. Windows color (decimal): -4561041 or 7301050. OLE color: 7301050.

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

Color convert

RGB 186 103 111 -
CMYK 0 0.45 0.40 0.27
HSL 354.22º 0.38% 0.57% -
HSV(B) 354.22º 0.45% 0.73% -
XYZ 27.97 21.29 17.67 -
YUV 128.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 186 103 111 0 0.45 0.40 0.27 354.22 0.38 0.57
Hex BA 67 6F 0 2D 28 1B 162 26 39
Octal 272 147 157 0 55 50 33 542 46 71
Binary 10111010 1100111 1101111 0 101101 101000 11011 101100010 100110 111001

Color Harmonies of #BA676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA676F

Black with #BA676F

Text Example


Text Example

White with #BA676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA676F; }

 p { color: rgb(186,103,111); }

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

background-color css

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

 a { background-color: rgb(186,103,111); }

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

border-color css

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

 span { border-color: rgb(186,103,111); }

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