Html Css Color HEX #B55B7A Royal Heath

📋 copy color: '#B55B7A'

red 181 ◦ green 91 ◦ blue 122

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

Shades of Royal Heath #B55B7A

Tints of Royal Heath #B55B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.1%

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 45.94%
G = 23.1%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B55B7A (or 0xB55B7A) is known color: Royal Heath. HEX triplet: B5, 5B and 7A. RGB value is (181,91,122). Sum of RGB (Red+Green+Blue) = 181+91+122=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B7A is #4AA485. Grayscale: #797979. Windows color (decimal): -4891782 or 8018869. OLE color: 8018869.

HSL color Cylindrical-coordinate representation of color #B55B7A: hue angle of 339.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55B7A is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 91 122 -
CMYK 0 0.50 0.33 0.29
HSL 339.33º 0.38% 0.53% -
HSV(B) 339.33º 0.5% 0.71% -
XYZ 26.31 18.71 20.64 -
YUV 121.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 181 91 122 0 0.50 0.33 0.29 339.33 0.38 0.53
Hex B5 5B 7A 0 32 21 1D 153 26 35
Octal 265 133 172 0 62 41 35 523 46 65
Binary 10110101 1011011 1111010 0 110010 100001 11101 101010011 100110 110101

Color Harmonies of #B55B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55B7A

Black with #B55B7A

Text Example


Text Example

White with #B55B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55B7A; }

 p { color: rgb(181,91,122); }

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

background-color css

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

 a { background-color: rgb(181,91,122); }

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

border-color css

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

 span { border-color: rgb(181,91,122); }

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