#BE7076

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

Shades of Turkish Rose #BE7076

Tints of Turkish Rose #BE7076

Color information

#BE7076 (or 0xBE7076) is unknown color: approx Turkish Rose. HEX triplet: BE, 70 and 76. RGB value is (190,112,118). Sum of RGB (Red+Green+Blue) = 190+112+118=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7076 is #418F89. Grayscale: #888888. Windows color (decimal): -4296586 or 7762110. OLE color: 7762110.

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

Color convert

RGB190112118-
CMYK00.410.380.25
HSL355.38º37.5%59.22%-
HSV(B)355.38º41.05%74.51%-
XYZ30.323.8420.14-
YUV136.01117.84166.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=45.24%
G=26.67%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011211800.410.380.25355.3837.559.22
HexBE70760292619163263b
Octal27616016605146315434673
Binary1011111011100001110110010100110011011001101100011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7076; }

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

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

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

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

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

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

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

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