Html Css Color HEX #B55374 Royal Heath

📋 copy color: '#B55374'

red 181 ◦ green 83 ◦ blue 116

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

Shades of Royal Heath #B55374

Tints of Royal Heath #B55374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 47.63%
G = 21.84%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B55374 (or 0xB55374) is known color: Royal Heath. HEX triplet: B5, 53 and 74. RGB value is (181,83,116). Sum of RGB (Red+Green+Blue) = 181+83+116=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B55374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55374 is #4AAC8B. Grayscale: #747474. Windows color (decimal): -4893836 or 7623605. OLE color: 7623605.

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

Color convert

RGB 181 83 116 -
CMYK 0 0.54 0.36 0.29
HSL 339.8º 0.4% 0.52% -
HSV(B) 339.8º 0.54% 0.71% -
XYZ 25.3 17.27 18.52 -
YUV 116.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 181 83 116 0 0.54 0.36 0.29 339.8 0.4 0.52
Hex B5 53 74 0 36 24 1D 154 28 34
Octal 265 123 164 0 66 44 35 524 50 64
Binary 10110101 1010011 1110100 0 110110 100100 11101 101010100 101000 110100

Color Harmonies of #B55374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55374

Black with #B55374

Text Example


Text Example

White with #B55374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55374; }

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

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

background-color css

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

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

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

border-color css

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

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

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