#BE7074

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

Shades of Turkish Rose #BE7074

Tints of Turkish Rose #BE7074

Color information

#BE7074 (or 0xBE7074) is unknown color: approx Turkish Rose. HEX triplet: BE, 70 and 74. RGB value is (190,112,116). Sum of RGB (Red+Green+Blue) = 190+112+116=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7074 is #418F8B. Grayscale: #878787. Windows color (decimal): -4296588 or 7631038. OLE color: 7631038.

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

Color convert

RGB190112116-
CMYK00.410.390.25
HSL356.92º37.5%59.22%-
HSV(B)356.92º41.05%74.51%-
XYZ30.1823.819.53-
YUV135.78116.84166.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=45.45%
G=26.79%
B=27.75%

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
Decimal19011211600.410.390.25356.9237.559.22
HexBE70740292719165263b
Octal27616016405147315454673
Binary1011111011100001110100010100110011111001101100101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7074; }

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

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

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

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

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

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

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

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