Html Css Color HEX #B5305A Old Rose

📋 copy color: '#B5305A'

red 181 ◦ green 48 ◦ blue 90

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

Shades of Old Rose #B5305A

Tints of Old Rose #B5305A

RGB

 RED value IS 181 (71.09% from 255) = 56.74%

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

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

R = 56.74%
G = 15.05%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5305A (or 0xB5305A) is known color: Old Rose. HEX triplet: B5, 30 and 5A. RGB value is (181,48,90). Sum of RGB (Red+Green+Blue) = 181+48+90=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B5305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5305A is #4ACFA5. Grayscale: #5C5C5C. Windows color (decimal): -4902822 or 5910709. OLE color: 5910709.

HSL color Cylindrical-coordinate representation of color #B5305A: hue angle of 341.05º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5305A is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 48 90 -
CMYK 0 0.73 0.50 0.29
HSL 341.05º 0.58% 0.45% -
HSV(B) 341.05º 0.73% 0.71% -
XYZ 21.96 12.68 10.96 -
YUV 92.56 126.56 191.08 -
System Red Green Blue C M Y K H S L
Decimal 181 48 90 0 0.73 0.50 0.29 341.05 0.58 0.45
Hex B5 30 5A 0 49 32 1D 155 3A 2D
Octal 265 60 132 0 111 62 35 525 72 55
Binary 10110101 110000 1011010 0 1001001 110010 11101 101010101 111010 101101

Color Harmonies of #B5305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5305A

Black with #B5305A

Text Example


Text Example

White with #B5305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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