Html Css Color HEX #BA6F75 Turkish Rose

📋 copy color: '#BA6F75'

red 186 ◦ green 111 ◦ blue 117

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

Shades of Turkish Rose #BA6F75

Tints of Turkish Rose #BA6F75

RGB

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

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

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

R = 44.93%
G = 26.81%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA6F75 (or 0xBA6F75) is known color: Turkish Rose. HEX triplet: BA, 6F and 75. RGB value is (186,111,117). Sum of RGB (Red+Green+Blue) = 186+111+117=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F75 is #45908A. Grayscale: #868686. Windows color (decimal): -4558987 or 7696314. OLE color: 7696314.

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

Color convert

RGB 186 111 117 -
CMYK 0 0.40 0.37 0.27
HSL 355.2º 0.35% 0.58% -
HSV(B) 355.2º 0.4% 0.73% -
XYZ 29.15 23.09 19.75 -
YUV 134.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 186 111 117 0 0.40 0.37 0.27 355.2 0.35 0.58
Hex BA 6F 75 0 28 25 1B 163 23 3A
Octal 272 157 165 0 50 45 33 543 43 72
Binary 10111010 1101111 1110101 0 101000 100101 11011 101100011 100011 111010

Color Harmonies of #BA6F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F75

Black with #BA6F75

Text Example


Text Example

White with #BA6F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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