Html Css Color HEX #BE3758 Old Rose

📋 copy color: '#BE3758'

red 190 ◦ green 55 ◦ blue 88

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

Shades of Old Rose #BE3758

Tints of Old Rose #BE3758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.43%

R = 57.06%
G = 16.52%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE3758 (or 0xBE3758) is known color: Old Rose. HEX triplet: BE, 37 and 58. RGB value is (190,55,88). Sum of RGB (Red+Green+Blue) = 190+55+88=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3758 is #41C8A7. Grayscale: #636363. Windows color (decimal): -4311208 or 5781438. OLE color: 5781438.

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

Color convert

RGB 190 55 88 -
CMYK 0 0.71 0.54 0.25
HSL 345.33º 0.55% 0.48% -
HSV(B) 345.33º 0.71% 0.75% -
XYZ 24.36 14.38 10.72 -
YUV 99.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 190 55 88 0 0.71 0.54 0.25 345.33 0.55 0.48
Hex BE 37 58 0 47 36 19 159 37 30
Octal 276 67 130 0 107 66 31 531 67 60
Binary 10111110 110111 1011000 0 1000111 110110 11001 101011001 110111 110000

Color Harmonies of #BE3758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3758

Black with #BE3758

Text Example


Text Example

White with #BE3758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3758; }

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

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

background-color css

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

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

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

border-color css

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

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

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