Html Css Color HEX #BA6F70 Turkish Rose

📋 copy color: '#BA6F70'

red 186 ◦ green 111 ◦ blue 112

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

Shades of Turkish Rose #BA6F70

Tints of Turkish Rose #BA6F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.38%

R = 45.48%
G = 27.14%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA6F70 (or 0xBA6F70) is known color: Turkish Rose. HEX triplet: BA, 6F and 70. RGB value is (186,111,112). Sum of RGB (Red+Green+Blue) = 186+111+112=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F70 is #45908F. Grayscale: #858585. Windows color (decimal): -4558992 or 7368634. OLE color: 7368634.

HSL color Cylindrical-coordinate representation of color #BA6F70: hue angle of 359.2º 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 #BA6F70 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 112 -
CMYK 0 0.40 0.40 0.27
HSL 359.2º 0.35% 0.58% -
HSV(B) 359.2º 0.4% 0.73% -
XYZ 28.86 22.98 18.24 -
YUV 133.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 186 111 112 0 0.40 0.40 0.27 359.2 0.35 0.58
Hex BA 6F 70 0 28 28 1B 167 23 3A
Octal 272 157 160 0 50 50 33 547 43 72
Binary 10111010 1101111 1110000 0 101000 101000 11011 101100111 100011 111010

Color Harmonies of #BA6F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F70

Black with #BA6F70

Text Example


Text Example

White with #BA6F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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