Html Css Color HEX #BE3259 Old Rose

📋 copy color: '#BE3259'

red 190 ◦ green 50 ◦ blue 89

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

Shades of Old Rose #BE3259

Tints of Old Rose #BE3259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 57.75%
G = 15.2%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE3259 (or 0xBE3259) is known color: Old Rose. HEX triplet: BE, 32 and 59. RGB value is (190,50,89). Sum of RGB (Red+Green+Blue) = 190+50+89=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3259 is #41CDA6. Grayscale: #606060. Windows color (decimal): -4312487 or 5845694. OLE color: 5845694.

HSL color Cylindrical-coordinate representation of color #BE3259: hue angle of 343.29º degrees, saturation: 0.58, 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 #BE3259 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 89 -
CMYK 0 0.74 0.53 0.25
HSL 343.29º 0.58% 0.47% -
HSV(B) 343.29º 0.74% 0.75% -
XYZ 24.18 13.95 10.87 -
YUV 96.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 190 50 89 0 0.74 0.53 0.25 343.29 0.58 0.47
Hex BE 32 59 0 4A 35 19 157 3A 2F
Octal 276 62 131 0 112 65 31 527 72 57
Binary 10111110 110010 1011001 0 1001010 110101 11001 101010111 111010 101111

Color Harmonies of #BE3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3259

Black with #BE3259

Text Example


Text Example

White with #BE3259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3259; }

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

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

background-color css

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

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

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

border-color css

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

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

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