Html Css Color HEX #B55273 Royal Heath

📋 copy color: '#B55273'

red 181 ◦ green 82 ◦ blue 115

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

Shades of Royal Heath #B55273

Tints of Royal Heath #B55273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.69%

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 47.88%
G = 21.69%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B55273 (or 0xB55273) is known color: Royal Heath. HEX triplet: B5, 52 and 73. RGB value is (181,82,115). Sum of RGB (Red+Green+Blue) = 181+82+115=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B55273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55273 is #4AAD8C. Grayscale: #737373. Windows color (decimal): -4894093 or 7557813. OLE color: 7557813.

HSL color Cylindrical-coordinate representation of color #B55273: hue angle of 340º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55273 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 82 115 -
CMYK 0 0.55 0.36 0.29
HSL 340º 0.4% 0.52% -
HSV(B) 340º 0.55% 0.71% -
XYZ 25.17 17.1 18.19 -
YUV 115.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 181 82 115 0 0.55 0.36 0.29 340 0.4 0.52
Hex B5 52 73 0 37 24 1D 154 28 34
Octal 265 122 163 0 67 44 35 524 50 64
Binary 10110101 1010010 1110011 0 110111 100100 11101 101010100 101000 110100

Color Harmonies of #B55273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55273

Black with #B55273

Text Example


Text Example

White with #B55273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55273; }

 p { color: rgb(181,82,115); }

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

background-color css

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

 a { background-color: rgb(181,82,115); }

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

border-color css

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

 span { border-color: rgb(181,82,115); }

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