#BE7374

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

Shades of Turkish Rose #BE7374

Tints of Turkish Rose #BE7374

Color information

#BE7374 (or 0xBE7374) is unknown color: approx Turkish Rose. HEX triplet: BE, 73 and 74. RGB value is (190,115,116). Sum of RGB (Red+Green+Blue) = 190+115+116=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7374 is #418C8B. Grayscale: #898989. Windows color (decimal): -4295820 or 7631806. OLE color: 7631806.

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

Color convert

RGB190115116-
CMYK00.390.390.25
HSL359.2º36.59%59.8%-
HSV(B)359.2º39.47%74.51%-
XYZ30.5224.4719.64-
YUV137.54115.85165.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=45.13%
G=27.32%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011511600.390.390.25359.236.5959.8
HexBE73740272719167253c
Octal27616316404747315474574
Binary1011111011100111110100010011110011111001101100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7374; }

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

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

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

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

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

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

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

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