#BE7172

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

Shades of Turkish Rose #BE7172

Tints of Turkish Rose #BE7172

Color information

#BE7172 (or 0xBE7172) is unknown color: approx Turkish Rose. HEX triplet: BE, 71 and 72. RGB value is (190,113,114). Sum of RGB (Red+Green+Blue) = 190+113+114=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7172 is #418E8D. Grayscale: #888888. Windows color (decimal): -4296334 or 7500222. OLE color: 7500222.

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

Color convert

RGB190113114-
CMYK00.410.400.25
HSL359.22º37.2%59.41%-
HSV(B)359.22º40.53%74.51%-
XYZ30.1823.9718.96-
YUV136.14115.51166.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=45.56%
G=27.10%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011311400.410.400.25359.2237.259.41
HexBE71720292819167253b
Octal27616116205150315474573
Binary1011111011100011110010010100110100011001101100111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7172; }

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

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

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

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

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

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

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

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