#BE7277

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

Shades of Turkish Rose #BE7277

Tints of Turkish Rose #BE7277

Color information

#BE7277 (or 0xBE7277) is unknown color: approx Turkish Rose. HEX triplet: BE, 72 and 77. RGB value is (190,114,119). Sum of RGB (Red+Green+Blue) = 190+114+119=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7277 is #418D88. Grayscale: #898989. Windows color (decimal): -4296073 or 7828158. OLE color: 7828158.

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

Color convert

RGB190114119-
CMYK00.400.370.25
HSL356.05º36.89%59.61%-
HSV(B)356.05º40%74.51%-
XYZ30.5824.3120.53-
YUV137.29117.68165.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=44.92%
G=26.95%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011411900.400.370.25356.0536.8959.61
HexBE72770282519164253c
Octal27616216705045315444574
Binary1011111011100101110111010100010010111001101100100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7277; }

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

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

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

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

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

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

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

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