Html Css Color HEX #B5304A Old Rose

📋 copy color: '#B5304A'

red 181 ◦ green 48 ◦ blue 74

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

Shades of Old Rose #B5304A

Tints of Old Rose #B5304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 59.74%
G = 15.84%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5304A (or 0xB5304A) is known color: Old Rose. HEX triplet: B5, 30 and 4A. RGB value is (181,48,74). Sum of RGB (Red+Green+Blue) = 181+48+74=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B5304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5304A is #4ACFB5. Grayscale: #5A5A5A. Windows color (decimal): -4902838 or 4862133. OLE color: 4862133.

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

Color convert

RGB 181 48 74 -
CMYK 0 0.73 0.59 0.29
HSL 348.27º 0.58% 0.45% -
HSV(B) 348.27º 0.73% 0.71% -
XYZ 21.35 12.43 7.75 -
YUV 90.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 181 48 74 0 0.73 0.59 0.29 348.27 0.58 0.45
Hex B5 30 4A 0 49 3B 1D 15C 3A 2D
Octal 265 60 112 0 111 73 35 534 72 55
Binary 10110101 110000 1001010 0 1001001 111011 11101 101011100 111010 101101

Color Harmonies of #B5304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5304A

Black with #B5304A

Text Example


Text Example

White with #B5304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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