Html Css Color HEX #B55372 Royal Heath

📋 copy color: '#B55372'

red 181 ◦ green 83 ◦ blue 114

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

Shades of Royal Heath #B55372

Tints of Royal Heath #B55372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 47.88%
G = 21.96%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B55372 (or 0xB55372) is known color: Royal Heath. HEX triplet: B5, 53 and 72. RGB value is (181,83,114). Sum of RGB (Red+Green+Blue) = 181+83+114=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B55372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55372 is #4AAC8D. Grayscale: #737373. Windows color (decimal): -4893838 or 7492533. OLE color: 7492533.

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

Color convert

RGB 181 83 114 -
CMYK 0 0.54 0.37 0.29
HSL 341.02º 0.4% 0.52% -
HSV(B) 341.02º 0.54% 0.71% -
XYZ 25.19 17.23 17.92 -
YUV 115.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 181 83 114 0 0.54 0.37 0.29 341.02 0.4 0.52
Hex B5 53 72 0 36 25 1D 155 28 34
Octal 265 123 162 0 66 45 35 525 50 64
Binary 10110101 1010011 1110010 0 110110 100101 11101 101010101 101000 110100

Color Harmonies of #B55372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55372

Black with #B55372

Text Example


Text Example

White with #B55372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55372; }

 p { color: rgb(181,83,114); }

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

background-color css

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

 a { background-color: rgb(181,83,114); }

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

border-color css

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

 span { border-color: rgb(181,83,114); }

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