#BE375B

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

Shades of Old Rose #BE375B

Tints of Old Rose #BE375B

Color information

#BE375B (or 0xBE375B) is unknown color: approx Old Rose. HEX triplet: BE, 37 and 5B. RGB value is (190,55,91). Sum of RGB (Red+Green+Blue) = 190+55+91=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE375B is #41C8A4. Grayscale: #636363. Windows color (decimal): -4311205 or 5978046. OLE color: 5978046.

HSL color Cylindrical-coordinate representation of color #BE375B: hue angle of 344º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE375B is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1905591-
CMYK00.710.520.25
HSL344º55.1%48.04%-
HSV(B)344º71.05%74.51%-
XYZ24.4914.4311.39-
YUV99.47123.23192.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 55 (21.88% from 255) = 16.37%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=56.55%
G=16.37%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190559100.710.520.2534455.148.04
HexBE375B04734191583730
Octal27667133010764315306760
Binary1011111011011110110110100011111010011001101011000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE375B; }

 p { color: rgb(190,55,91); }

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

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

 a { background-color: rgb(190,55,91); }

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

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

 span { border-color: rgb(190,55,91); }

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