Html Css Color HEX #B5304C Old Rose

📋 copy color: '#B5304C'

red 181 ◦ green 48 ◦ blue 76

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

Shades of Old Rose #B5304C

Tints of Old Rose #B5304C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 59.34%
G = 15.74%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5304C (or 0xB5304C) is known color: Old Rose. HEX triplet: B5, 30 and 4C. RGB value is (181,48,76). Sum of RGB (Red+Green+Blue) = 181+48+76=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B5304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5304C is #4ACFB3. Grayscale: #5A5A5A. Windows color (decimal): -4902836 or 4993205. OLE color: 4993205.

HSL color Cylindrical-coordinate representation of color #B5304C: hue angle of 347.37º 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 #B5304C is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 48 76 -
CMYK 0 0.73 0.58 0.29
HSL 347.37º 0.58% 0.45% -
HSV(B) 347.37º 0.73% 0.71% -
XYZ 21.42 12.46 8.11 -
YUV 90.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 181 48 76 0 0.73 0.58 0.29 347.37 0.58 0.45
Hex B5 30 4C 0 49 3A 1D 15B 3A 2D
Octal 265 60 114 0 111 72 35 533 72 55
Binary 10110101 110000 1001100 0 1001001 111010 11101 101011011 111010 101101

Color Harmonies of #B5304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5304C

Black with #B5304C

Text Example


Text Example

White with #B5304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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