Html Css Color HEX #BE3154 Old Rose

📋 copy color: '#BE3154'

red 190 ◦ green 49 ◦ blue 84

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

Shades of Old Rose #BE3154

Tints of Old Rose #BE3154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 58.82%
G = 15.17%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE3154 (or 0xBE3154) is known color: Old Rose. HEX triplet: BE, 31 and 54. RGB value is (190,49,84). Sum of RGB (Red+Green+Blue) = 190+49+84=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3154 is #41CEAB. Grayscale: #5F5F5F. Windows color (decimal): -4312748 or 5517758. OLE color: 5517758.

HSL color Cylindrical-coordinate representation of color #BE3154: hue angle of 345.11º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3154 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 49 84 -
CMYK 0 0.74 0.56 0.25
HSL 345.11º 0.59% 0.47% -
HSV(B) 345.11º 0.74% 0.75% -
XYZ 23.93 13.78 9.79 -
YUV 95.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 190 49 84 0 0.74 0.56 0.25 345.11 0.59 0.47
Hex BE 31 54 0 4A 38 19 159 3B 2F
Octal 276 61 124 0 112 70 31 531 73 57
Binary 10111110 110001 1010100 0 1001010 111000 11001 101011001 111011 101111

Color Harmonies of #BE3154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3154

Black with #BE3154

Text Example


Text Example

White with #BE3154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3154; }

 p { color: rgb(190,49,84); }

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

background-color css

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

 a { background-color: rgb(190,49,84); }

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

border-color css

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

 span { border-color: rgb(190,49,84); }

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