#BE7071

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

Shades of Turkish Rose #BE7071

Tints of Turkish Rose #BE7071

Color information

#BE7071 (or 0xBE7071) is unknown color: approx Turkish Rose. HEX triplet: BE, 70 and 71. RGB value is (190,112,113). Sum of RGB (Red+Green+Blue) = 190+112+113=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7071 is #418F8E. Grayscale: #878787. Windows color (decimal): -4296591 or 7434430. OLE color: 7434430.

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

Color convert

RGB190112113-
CMYK00.410.410.25
HSL359.23º37.5%59.22%-
HSV(B)359.23º41.05%74.51%-
XYZ30.0123.7318.62-
YUV135.44115.34166.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=45.78%
G=26.99%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011211300.410.410.25359.2337.559.22
HexBE70710292919167263b
Octal27616016105151315474673
Binary1011111011100001110001010100110100111001101100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7071; }

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

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

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

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

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

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

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

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