Html Css Color HEX #B52056 Old Rose

📋 copy color: '#B52056'

red 181 ◦ green 32 ◦ blue 86

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

Shades of Old Rose #B52056

Tints of Old Rose #B52056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.76%

R = 60.54%
G = 10.7%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B52056 (or 0xB52056) is known color: Old Rose. HEX triplet: B5, 20 and 56. RGB value is (181,32,86). Sum of RGB (Red+Green+Blue) = 181+32+86=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B52056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52056 is #4ADFA9. Grayscale: #525252. Windows color (decimal): -4906922 or 5644469. OLE color: 5644469.

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

Color convert

RGB 181 32 86 -
CMYK 0 0.82 0.52 0.29
HSL 338.26º 0.7% 0.42% -
HSV(B) 338.26º 0.82% 0.71% -
XYZ 21.25 11.53 9.91 -
YUV 82.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 181 32 86 0 0.82 0.52 0.29 338.26 0.7 0.42
Hex B5 20 56 0 52 34 1D 152 46 2A
Octal 265 40 126 0 122 64 35 522 106 52
Binary 10110101 100000 1010110 0 1010010 110100 11101 101010010 1000110 101010

Color Harmonies of #B52056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52056

Black with #B52056

Text Example


Text Example

White with #B52056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52056; }

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

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

background-color css

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

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

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

border-color css

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

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

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