Html Css Color HEX #BA7375 Turkish Rose

📋 copy color: '#BA7375'

red 186 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #BA7375

Tints of Turkish Rose #BA7375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.51%

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

R = 44.5%
G = 27.51%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA7375 (or 0xBA7375) is known color: Turkish Rose. HEX triplet: BA, 73 and 75. RGB value is (186,115,117). Sum of RGB (Red+Green+Blue) = 186+115+117=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7375 is #458C8A. Grayscale: #888888. Windows color (decimal): -4557963 or 7697338. OLE color: 7697338.

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

Color convert

RGB 186 115 117 -
CMYK 0 0.38 0.37 0.27
HSL 358.31º 0.34% 0.59% -
HSV(B) 358.31º 0.38% 0.73% -
XYZ 29.59 23.98 19.9 -
YUV 136.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 186 115 117 0 0.38 0.37 0.27 358.31 0.34 0.59
Hex BA 73 75 0 26 25 1B 166 22 3B
Octal 272 163 165 0 46 45 33 546 42 73
Binary 10111010 1110011 1110101 0 100110 100101 11011 101100110 100010 111011

Color Harmonies of #BA7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7375

Black with #BA7375

Text Example


Text Example

White with #BA7375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7375; }

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

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

background-color css

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

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

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

border-color css

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

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

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