#BE7174

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

Shades of Turkish Rose #BE7174

Tints of Turkish Rose #BE7174

Color information

#BE7174 (or 0xBE7174) is unknown color: approx Turkish Rose. HEX triplet: BE, 71 and 74. RGB value is (190,113,116). Sum of RGB (Red+Green+Blue) = 190+113+116=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7174 is #418E8B. Grayscale: #888888. Windows color (decimal): -4296332 or 7631294. OLE color: 7631294.

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

Color convert

RGB190113116-
CMYK00.410.390.25
HSL357.66º37.2%59.41%-
HSV(B)357.66º40.53%74.51%-
XYZ30.2924.0219.56-
YUV136.36116.51166.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=45.35%
G=26.97%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011311600.410.390.25357.6637.259.41
HexBE71740292719166253b
Octal27616116405147315464573
Binary1011111011100011110100010100110011111001101100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7174; }

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

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

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

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

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

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

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

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