Html Css Color HEX #B55076 Royal Heath

📋 copy color: '#B55076'

red 181 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #B55076

Tints of Royal Heath #B55076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.11%

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

R = 47.76%
G = 21.11%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B55076 (or 0xB55076) is known color: Royal Heath. HEX triplet: B5, 50 and 76. RGB value is (181,80,118). Sum of RGB (Red+Green+Blue) = 181+80+118=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B55076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55076 is #4AAF89. Grayscale: #727272. Windows color (decimal): -4894602 or 7753909. OLE color: 7753909.

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

Color convert

RGB 181 80 118 -
CMYK 0 0.56 0.35 0.29
HSL 337.43º 0.41% 0.51% -
HSV(B) 337.43º 0.56% 0.71% -
XYZ 25.19 16.87 19.07 -
YUV 114.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 181 80 118 0 0.56 0.35 0.29 337.43 0.41 0.51
Hex B5 50 76 0 38 23 1D 151 29 33
Octal 265 120 166 0 70 43 35 521 51 63
Binary 10110101 1010000 1110110 0 111000 100011 11101 101010001 101001 110011

Color Harmonies of #B55076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55076

Black with #B55076

Text Example


Text Example

White with #B55076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55076; }

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

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

background-color css

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

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

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

border-color css

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

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

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