Html Css Color HEX #B55C7A Royal Heath

📋 copy color: '#B55C7A'

red 181 ◦ green 92 ◦ blue 122

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

Shades of Royal Heath #B55C7A

Tints of Royal Heath #B55C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

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

R = 45.82%
G = 23.29%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B55C7A (or 0xB55C7A) is known color: Royal Heath. HEX triplet: B5, 5C and 7A. RGB value is (181,92,122). Sum of RGB (Red+Green+Blue) = 181+92+122=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C7A is #4AA385. Grayscale: #797979. Windows color (decimal): -4891526 or 8019125. OLE color: 8019125.

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

Color convert

RGB 181 92 122 -
CMYK 0 0.49 0.33 0.29
HSL 339.78º 0.38% 0.54% -
HSV(B) 339.78º 0.49% 0.71% -
XYZ 26.4 18.88 20.67 -
YUV 122.03 127.99 170.06 -
System Red Green Blue C M Y K H S L
Decimal 181 92 122 0 0.49 0.33 0.29 339.78 0.38 0.54
Hex B5 5C 7A 0 31 21 1D 154 26 36
Octal 265 134 172 0 61 41 35 524 46 66
Binary 10110101 1011100 1111010 0 110001 100001 11101 101010100 100110 110110

Color Harmonies of #B55C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C7A

Black with #B55C7A

Text Example


Text Example

White with #B55C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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