Html Css Color HEX #BA6F73 Turkish Rose

📋 copy color: '#BA6F73'

red 186 ◦ green 111 ◦ blue 115

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

Shades of Turkish Rose #BA6F73

Tints of Turkish Rose #BA6F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.94%

 BLUE value IS 115 (45.31% from 255) = 27.91%

R = 45.15%
G = 26.94%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA6F73 (or 0xBA6F73) is known color: Turkish Rose. HEX triplet: BA, 6F and 73. RGB value is (186,111,115). Sum of RGB (Red+Green+Blue) = 186+111+115=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F73 is #45908C. Grayscale: #858585. Windows color (decimal): -4558989 or 7565242. OLE color: 7565242.

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

Color convert

RGB 186 111 115 -
CMYK 0 0.40 0.38 0.27
HSL 356.8º 0.35% 0.58% -
HSV(B) 356.8º 0.4% 0.73% -
XYZ 29.03 23.05 19.14 -
YUV 133.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 186 111 115 0 0.40 0.38 0.27 356.8 0.35 0.58
Hex BA 6F 73 0 28 26 1B 165 23 3A
Octal 272 157 163 0 50 46 33 545 43 72
Binary 10111010 1101111 1110011 0 101000 100110 11011 101100101 100011 111010

Color Harmonies of #BA6F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F73

Black with #BA6F73

Text Example


Text Example

White with #BA6F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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