Html Css Color HEX #BA6E75 Turkish Rose

📋 copy color: '#BA6E75'

red 186 ◦ green 110 ◦ blue 117

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

Shades of Turkish Rose #BA6E75

Tints of Turkish Rose #BA6E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.63%

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 45.04%
G = 26.63%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA6E75 (or 0xBA6E75) is known color: Turkish Rose. HEX triplet: BA, 6E and 75. RGB value is (186,110,117). Sum of RGB (Red+Green+Blue) = 186+110+117=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E75 is #45918A. Grayscale: #858585. Windows color (decimal): -4559243 or 7696058. OLE color: 7696058.

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

Color convert

RGB 186 110 117 -
CMYK 0 0.41 0.37 0.27
HSL 354.47º 0.36% 0.58% -
HSV(B) 354.47º 0.41% 0.73% -
XYZ 29.04 22.88 19.71 -
YUV 133.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 186 110 117 0 0.41 0.37 0.27 354.47 0.36 0.58
Hex BA 6E 75 0 29 25 1B 162 24 3A
Octal 272 156 165 0 51 45 33 542 44 72
Binary 10111010 1101110 1110101 0 101001 100101 11011 101100010 100100 111010

Color Harmonies of #BA6E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E75

Black with #BA6E75

Text Example


Text Example

White with #BA6E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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