#BE7175

Color #BE7175 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #BE7175

Tints of Turkish Rose #BE7175

Color information

#BE7175 (or 0xBE7175) is unknown color: approx Turkish Rose. HEX triplet: BE, 71 and 75. RGB value is (190,113,117). Sum of RGB (Red+Green+Blue) = 190+113+117=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7175 is #418E8A. Grayscale: #888888. Windows color (decimal): -4296331 or 7696830. OLE color: 7696830.

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

Color convert

RGB190113117-
CMYK00.410.380.25
HSL356.88º37.2%59.41%-
HSV(B)356.88º40.53%74.51%-
XYZ30.3524.0419.87-
YUV136.48117.01166.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=45.24%
G=26.90%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011311700.410.380.25356.8837.259.41
HexBE71750292619165253b
Octal27616116505146315454573
Binary1011111011100011110101010100110011011001101100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7175; }

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

 H1.HeaderClassName
 {
   color: #BE7175;
 }
 .AnyTagClassName
 {
   color: #BE7175;
 }
</style>
background-color css

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

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

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

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

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

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