Html Css Color HEX #BE305A Old Rose

📋 copy color: '#BE305A'

red 190 ◦ green 48 ◦ blue 90

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

Shades of Old Rose #BE305A

Tints of Old Rose #BE305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 57.93%
G = 14.63%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE305A (or 0xBE305A) is known color: Old Rose. HEX triplet: BE, 30 and 5A. RGB value is (190,48,90). Sum of RGB (Red+Green+Blue) = 190+48+90=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE305A is #41CFA5. Grayscale: #5F5F5F. Windows color (decimal): -4312998 or 5910718. OLE color: 5910718.

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

Color convert

RGB 190 48 90 -
CMYK 0 0.75 0.53 0.25
HSL 342.25º 0.6% 0.47% -
HSV(B) 342.25º 0.75% 0.75% -
XYZ 24.14 13.8 11.06 -
YUV 95.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 190 48 90 0 0.75 0.53 0.25 342.25 0.6 0.47
Hex BE 30 5A 0 4B 35 19 156 3C 2F
Octal 276 60 132 0 113 65 31 526 74 57
Binary 10111110 110000 1011010 0 1001011 110101 11001 101010110 111100 101111

Color Harmonies of #BE305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE305A

Black with #BE305A

Text Example


Text Example

White with #BE305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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