Html Css Color HEX #B55276 Royal Heath

📋 copy color: '#B55276'

red 181 ◦ green 82 ◦ blue 118

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

Shades of Royal Heath #B55276

Tints of Royal Heath #B55276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.97%

R = 47.51%
G = 21.52%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B55276 (or 0xB55276) is known color: Royal Heath. HEX triplet: B5, 52 and 76. RGB value is (181,82,118). Sum of RGB (Red+Green+Blue) = 181+82+118=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B55276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55276 is #4AAD89. Grayscale: #737373. Windows color (decimal): -4894090 or 7754421. OLE color: 7754421.

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

Color convert

RGB 181 82 118 -
CMYK 0 0.55 0.35 0.29
HSL 338.18º 0.4% 0.52% -
HSV(B) 338.18º 0.55% 0.71% -
XYZ 25.34 17.17 19.12 -
YUV 115.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 181 82 118 0 0.55 0.35 0.29 338.18 0.4 0.52
Hex B5 52 76 0 37 23 1D 152 28 34
Octal 265 122 166 0 67 43 35 522 50 64
Binary 10110101 1010010 1110110 0 110111 100011 11101 101010010 101000 110100

Color Harmonies of #B55276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55276

Black with #B55276

Text Example


Text Example

White with #B55276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55276; }

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

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

background-color css

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

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

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

border-color css

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

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

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