Html Css Color HEX #B55176 Royal Heath

📋 copy color: '#B55176'

red 181 ◦ green 81 ◦ blue 118

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

Shades of Royal Heath #B55176

Tints of Royal Heath #B55176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.32%

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

R = 47.63%
G = 21.32%
B = 31.05%

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

#B55176 (or 0xB55176) is known color: Royal Heath. HEX triplet: B5, 51 and 76. RGB value is (181,81,118). Sum of RGB (Red+Green+Blue) = 181+81+118=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B55176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55176 is #4AAE89. Grayscale: #737373. Windows color (decimal): -4894346 or 7754165. OLE color: 7754165.

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

Color convert

RGB 181 81 118 -
CMYK 0 0.55 0.35 0.29
HSL 337.8º 0.4% 0.51% -
HSV(B) 337.8º 0.55% 0.71% -
XYZ 25.27 17.02 19.09 -
YUV 115.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 181 81 118 0 0.55 0.35 0.29 337.8 0.4 0.51
Hex B5 51 76 0 37 23 1D 152 28 33
Octal 265 121 166 0 67 43 35 522 50 63
Binary 10110101 1010001 1110110 0 110111 100011 11101 101010010 101000 110011

Color Harmonies of #B55176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55176

Black with #B55176

Text Example


Text Example

White with #B55176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55176; }

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

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

background-color css

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

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

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

border-color css

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

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

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