Html Css Color HEX #B52054 Old Rose

📋 copy color: '#B52054'

red 181 ◦ green 32 ◦ blue 84

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

Shades of Old Rose #B52054

Tints of Old Rose #B52054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

 BLUE value IS 84 (33.2% from 255) = 28.28%

R = 60.94%
G = 10.77%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B52054 (or 0xB52054) is known color: Old Rose. HEX triplet: B5, 20 and 54. RGB value is (181,32,84). Sum of RGB (Red+Green+Blue) = 181+32+84=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B52054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52054 is #4ADFAB. Grayscale: #525252. Windows color (decimal): -4906924 or 5513397. OLE color: 5513397.

HSL color Cylindrical-coordinate representation of color #B52054: hue angle of 339.06º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52054 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 84 -
CMYK 0 0.82 0.54 0.29
HSL 339.06º 0.7% 0.42% -
HSV(B) 339.06º 0.82% 0.71% -
XYZ 21.17 11.5 9.49 -
YUV 82.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 181 32 84 0 0.82 0.54 0.29 339.06 0.7 0.42
Hex B5 20 54 0 52 36 1D 153 46 2A
Octal 265 40 124 0 122 66 35 523 106 52
Binary 10110101 100000 1010100 0 1010010 110110 11101 101010011 1000110 101010

Color Harmonies of #B52054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52054

Black with #B52054

Text Example


Text Example

White with #B52054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52054; }

 p { color: rgb(181,32,84); }

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

background-color css

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

 a { background-color: rgb(181,32,84); }

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

border-color css

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

 span { border-color: rgb(181,32,84); }

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