Html Css Color HEX #BA7175 Turkish Rose

📋 copy color: '#BA7175'

red 186 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #BA7175

Tints of Turkish Rose #BA7175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.16%

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

R = 44.71%
G = 27.16%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA7175 (or 0xBA7175) is known color: Turkish Rose. HEX triplet: BA, 71 and 75. RGB value is (186,113,117). Sum of RGB (Red+Green+Blue) = 186+113+117=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7175 is #458E8A. Grayscale: #878787. Windows color (decimal): -4558475 or 7696826. OLE color: 7696826.

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

Color convert

RGB 186 113 117 -
CMYK 0 0.39 0.37 0.27
HSL 356.71º 0.35% 0.59% -
HSV(B) 356.71º 0.39% 0.73% -
XYZ 29.37 23.53 19.82 -
YUV 135.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 186 113 117 0 0.39 0.37 0.27 356.71 0.35 0.59
Hex BA 71 75 0 27 25 1B 165 23 3B
Octal 272 161 165 0 47 45 33 545 43 73
Binary 10111010 1110001 1110101 0 100111 100101 11011 101100101 100011 111011

Color Harmonies of #BA7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7175

Black with #BA7175

Text Example


Text Example

White with #BA7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7175; }

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

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

background-color css

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

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

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

border-color css

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

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

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