#BE6972

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

Shades of Turkish Rose #BE6972

Tints of Turkish Rose #BE6972

Color information

#BE6972 (or 0xBE6972) is unknown color: approx Turkish Rose. HEX triplet: BE, 69 and 72. RGB value is (190,105,114). Sum of RGB (Red+Green+Blue) = 190+105+114=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6972 is #41968D. Grayscale: #838383. Windows color (decimal): -4298382 or 7498174. OLE color: 7498174.

HSL color Cylindrical-coordinate representation of color #BE6972: hue angle of 353.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6972 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB190105114-
CMYK00.450.400.25
HSL353.65º39.53%57.84%-
HSV(B)353.65º44.74%74.51%-
XYZ29.3222.2718.67-
YUV131.44118.16169.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=46.45%
G=25.67%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010511400.450.400.25353.6539.5357.84
HexBE697202D2819162283a
Octal27615116205550315425072
Binary1011111011010011110010010110110100011001101100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6972; }

 p { color: rgb(190,105,114); }

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

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

 a { background-color: rgb(190,105,114); }

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

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

 span { border-color: rgb(190,105,114); }

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