Html Css Color HEX #BE3459 Old Rose

📋 copy color: '#BE3459'

red 190 ◦ green 52 ◦ blue 89

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

Shades of Old Rose #BE3459

Tints of Old Rose #BE3459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 57.4%
G = 15.71%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE3459 (or 0xBE3459) is known color: Old Rose. HEX triplet: BE, 34 and 59. RGB value is (190,52,89). Sum of RGB (Red+Green+Blue) = 190+52+89=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3459 is #41CBA6. Grayscale: #616161. Windows color (decimal): -4311975 or 5846206. OLE color: 5846206.

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

Color convert

RGB 190 52 89 -
CMYK 0 0.73 0.53 0.25
HSL 343.91º 0.57% 0.47% -
HSV(B) 343.91º 0.73% 0.75% -
XYZ 24.27 14.12 10.9 -
YUV 97.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 190 52 89 0 0.73 0.53 0.25 343.91 0.57 0.47
Hex BE 34 59 0 49 35 19 158 39 2F
Octal 276 64 131 0 111 65 31 530 71 57
Binary 10111110 110100 1011001 0 1001001 110101 11001 101011000 111001 101111

Color Harmonies of #BE3459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3459

Black with #BE3459

Text Example


Text Example

White with #BE3459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3459; }

 p { color: rgb(190,52,89); }

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

background-color css

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

 a { background-color: rgb(190,52,89); }

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

border-color css

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

 span { border-color: rgb(190,52,89); }

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