Html Css Color HEX #B55475 Royal Heath

📋 copy color: '#B55475'

red 181 ◦ green 84 ◦ blue 117

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

Shades of Royal Heath #B55475

Tints of Royal Heath #B55475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 47.38%
G = 21.99%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B55475 (or 0xB55475) is known color: Royal Heath. HEX triplet: B5, 54 and 75. RGB value is (181,84,117). Sum of RGB (Red+Green+Blue) = 181+84+117=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B55475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55475 is #4AAB8A. Grayscale: #747474. Windows color (decimal): -4893579 or 7689397. OLE color: 7689397.

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

Color convert

RGB 181 84 117 -
CMYK 0 0.54 0.35 0.29
HSL 339.59º 0.4% 0.52% -
HSV(B) 339.59º 0.54% 0.71% -
XYZ 25.44 17.45 18.86 -
YUV 116.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 181 84 117 0 0.54 0.35 0.29 339.59 0.4 0.52
Hex B5 54 75 0 36 23 1D 154 28 34
Octal 265 124 165 0 66 43 35 524 50 64
Binary 10110101 1010100 1110101 0 110110 100011 11101 101010100 101000 110100

Color Harmonies of #B55475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55475

Black with #B55475

Text Example


Text Example

White with #B55475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55475; }

 p { color: rgb(181,84,117); }

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

background-color css

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

 a { background-color: rgb(181,84,117); }

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

border-color css

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

 span { border-color: rgb(181,84,117); }

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