Html Css Color HEX #BE3260 Old Rose

📋 copy color: '#BE3260'

red 190 ◦ green 50 ◦ blue 96

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

Shades of Old Rose #BE3260

Tints of Old Rose #BE3260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 56.55%
G = 14.88%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE3260 (or 0xBE3260) is known color: Old Rose. HEX triplet: BE, 32 and 60. RGB value is (190,50,96). Sum of RGB (Red+Green+Blue) = 190+50+96=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3260 is #41CD9F. Grayscale: #616161. Windows color (decimal): -4312480 or 6304446. OLE color: 6304446.

HSL color Cylindrical-coordinate representation of color #BE3260: hue angle of 340.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 #BE3260 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 96 -
CMYK 0 0.74 0.49 0.25
HSL 340.29º 0.58% 0.47% -
HSV(B) 340.29º 0.74% 0.75% -
XYZ 24.49 14.07 12.49 -
YUV 97.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 190 50 96 0 0.74 0.49 0.25 340.29 0.58 0.47
Hex BE 32 60 0 4A 31 19 154 3A 2F
Octal 276 62 140 0 112 61 31 524 72 57
Binary 10111110 110010 1100000 0 1001010 110001 11001 101010100 111010 101111

Color Harmonies of #BE3260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3260

Black with #BE3260

Text Example


Text Example

White with #BE3260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3260; }

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

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

background-color css

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

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

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

border-color css

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

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

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