Html Css Color HEX #BE3052 Old Rose

📋 copy color: '#BE3052'

red 190 ◦ green 48 ◦ blue 82

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

Shades of Old Rose #BE3052

Tints of Old Rose #BE3052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

 BLUE value IS 82 (32.42% from 255) = 25.63%

R = 59.38%
G = 15%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE3052 (or 0xBE3052) is known color: Old Rose. HEX triplet: BE, 30 and 52. RGB value is (190,48,82). Sum of RGB (Red+Green+Blue) = 190+48+82=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3052 is #41CFAD. Grayscale: #5E5E5E. Windows color (decimal): -4313006 or 5386430. OLE color: 5386430.

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

Color convert

RGB 190 48 82 -
CMYK 0 0.75 0.57 0.25
HSL 345.63º 0.6% 0.47% -
HSV(B) 345.63º 0.75% 0.75% -
XYZ 23.82 13.67 9.37 -
YUV 94.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 190 48 82 0 0.75 0.57 0.25 345.63 0.6 0.47
Hex BE 30 52 0 4B 39 19 15A 3C 2F
Octal 276 60 122 0 113 71 31 532 74 57
Binary 10111110 110000 1010010 0 1001011 111001 11001 101011010 111100 101111

Color Harmonies of #BE3052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3052

Black with #BE3052

Text Example


Text Example

White with #BE3052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3052; }

 p { color: rgb(190,48,82); }

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

background-color css

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

 a { background-color: rgb(190,48,82); }

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

border-color css

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

 span { border-color: rgb(190,48,82); }

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