Html Css Color HEX #B52154 Old Rose

📋 copy color: '#B52154'

red 181 ◦ green 33 ◦ blue 84

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

Shades of Old Rose #B52154

Tints of Old Rose #B52154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 60.74%
G = 11.07%
B = 28.19%

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

#B52154 (or 0xB52154) is known color: Old Rose. HEX triplet: B5, 21 and 54. RGB value is (181,33,84). Sum of RGB (Red+Green+Blue) = 181+33+84=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B52154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52154 is #4ADEAB. Grayscale: #535353. Windows color (decimal): -4906668 or 5513653. OLE color: 5513653.

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

Color convert

RGB 181 33 84 -
CMYK 0 0.82 0.54 0.29
HSL 339.32º 0.69% 0.42% -
HSV(B) 339.32º 0.82% 0.71% -
XYZ 21.2 11.55 9.5 -
YUV 83.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 181 33 84 0 0.82 0.54 0.29 339.32 0.69 0.42
Hex B5 21 54 0 52 36 1D 153 45 2A
Octal 265 41 124 0 122 66 35 523 105 52
Binary 10110101 100001 1010100 0 1010010 110110 11101 101010011 1000101 101010

Color Harmonies of #B52154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52154

Black with #B52154

Text Example


Text Example

White with #B52154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52154; }

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

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

background-color css

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

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

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

border-color css

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

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

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