Html Css Color HEX #B55376 Royal Heath

📋 copy color: '#B55376'

red 181 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #B55376

Tints of Royal Heath #B55376

RGB

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

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

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

R = 47.38%
G = 21.73%
B = 30.89%

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

#B55376 (or 0xB55376) is known color: Royal Heath. HEX triplet: B5, 53 and 76. RGB value is (181,83,118). Sum of RGB (Red+Green+Blue) = 181+83+118=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B55376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55376 is #4AAC89. Grayscale: #747474. Windows color (decimal): -4893834 or 7754677. OLE color: 7754677.

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

Color convert

RGB 181 83 118 -
CMYK 0 0.54 0.35 0.29
HSL 338.57º 0.4% 0.52% -
HSV(B) 338.57º 0.54% 0.71% -
XYZ 25.42 17.32 19.14 -
YUV 116.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 181 83 118 0 0.54 0.35 0.29 338.57 0.4 0.52
Hex B5 53 76 0 36 23 1D 153 28 34
Octal 265 123 166 0 66 43 35 523 50 64
Binary 10110101 1010011 1110110 0 110110 100011 11101 101010011 101000 110100

Color Harmonies of #B55376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55376

Black with #B55376

Text Example


Text Example

White with #B55376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55376; }

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

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

background-color css

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

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

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

border-color css

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

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

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