Html Css Color HEX #BE3755 Old Rose

📋 copy color: '#BE3755'

red 190 ◦ green 55 ◦ blue 85

#BE3755
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BE3755

Tints of Old Rose #BE3755

RGB

 RED value IS 190 (74.61% from 255) = 57.58%

 GREEN value IS 55 (21.88% from 255) = 16.67%

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 57.58%
G = 16.67%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE3755 (or 0xBE3755) is known color: Old Rose. HEX triplet: BE, 37 and 55. RGB value is (190,55,85). Sum of RGB (Red+Green+Blue) = 190+55+85=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3755 is #41C8AA. Grayscale: #626262. Windows color (decimal): -4311211 or 5584830. OLE color: 5584830.

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

Color convert

RGB 190 55 85 -
CMYK 0 0.71 0.55 0.25
HSL 346.67º 0.55% 0.48% -
HSV(B) 346.67º 0.71% 0.75% -
XYZ 24.24 14.34 10.08 -
YUV 98.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 190 55 85 0 0.71 0.55 0.25 346.67 0.55 0.48
Hex BE 37 55 0 47 37 19 15B 37 30
Octal 276 67 125 0 107 67 31 533 67 60
Binary 10111110 110111 1010101 0 1000111 110111 11001 101011011 110111 110000

Color Harmonies of #BE3755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3755

Black with #BE3755

Text Example


Text Example

White with #BE3755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3755; }

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

 H1.HeaderClassName
 {
   color: #BE3755;
 }
 .AnyTagClassName
 {
   color: #BE3755;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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