#BE7375

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

Shades of Turkish Rose #BE7375

Tints of Turkish Rose #BE7375

Color information

#BE7375 (or 0xBE7375) is unknown color: approx Turkish Rose. HEX triplet: BE, 73 and 75. RGB value is (190,115,117). Sum of RGB (Red+Green+Blue) = 190+115+117=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7375 is #418C8A. Grayscale: #898989. Windows color (decimal): -4295819 or 7697342. OLE color: 7697342.

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

Color convert

RGB190115117-
CMYK00.390.380.25
HSL358.4º36.59%59.8%-
HSV(B)358.4º39.47%74.51%-
XYZ30.5824.4919.95-
YUV137.65116.35165.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=45.02%
G=27.25%
B=27.73%

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
Decimal19011511700.390.380.25358.436.5959.8
HexBE73750272619166253c
Octal27616316504746315464574
Binary1011111011100111110101010011110011011001101100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7375; }

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

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

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

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

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

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

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

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