Html Css Color HEX #B55271 Royal Heath

📋 copy color: '#B55271'

red 181 ◦ green 82 ◦ blue 113

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

Shades of Royal Heath #B55271

Tints of Royal Heath #B55271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 48.14%
G = 21.81%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B55271 (or 0xB55271) is known color: Royal Heath. HEX triplet: B5, 52 and 71. RGB value is (181,82,113). Sum of RGB (Red+Green+Blue) = 181+82+113=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B55271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55271 is #4AAD8E. Grayscale: #737373. Windows color (decimal): -4894095 or 7426741. OLE color: 7426741.

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

Color convert

RGB 181 82 113 -
CMYK 0 0.55 0.38 0.29
HSL 341.21º 0.4% 0.52% -
HSV(B) 341.21º 0.55% 0.71% -
XYZ 25.05 17.05 17.59 -
YUV 115.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 181 82 113 0 0.55 0.38 0.29 341.21 0.4 0.52
Hex B5 52 71 0 37 26 1D 155 28 34
Octal 265 122 161 0 67 46 35 525 50 64
Binary 10110101 1010010 1110001 0 110111 100110 11101 101010101 101000 110100

Color Harmonies of #B55271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55271

Black with #B55271

Text Example


Text Example

White with #B55271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55271; }

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

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

background-color css

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

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

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

border-color css

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

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

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