#BE7376

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

Shades of Turkish Rose #BE7376

Tints of Turkish Rose #BE7376

Color information

#BE7376 (or 0xBE7376) is unknown color: approx Turkish Rose. HEX triplet: BE, 73 and 76. RGB value is (190,115,118). Sum of RGB (Red+Green+Blue) = 190+115+118=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7376 is #418C89. Grayscale: #898989. Windows color (decimal): -4295818 or 7762878. OLE color: 7762878.

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

Color convert

RGB190115118-
CMYK00.390.380.25
HSL357.6º36.59%59.8%-
HSV(B)357.6º39.47%74.51%-
XYZ30.6424.5220.26-
YUV137.77116.85165.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=44.92%
G=27.19%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011511800.390.380.25357.636.5959.8
HexBE73760272619166253c
Octal27616316604746315464574
Binary1011111011100111110110010011110011011001101100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7376; }

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

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

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

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

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

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

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

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