Html Css Color HEX #B55678 Royal Heath

📋 copy color: '#B55678'

red 181 ◦ green 86 ◦ blue 120

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

Shades of Royal Heath #B55678

Tints of Royal Heath #B55678

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.22%

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 46.77%
G = 22.22%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B55678 (or 0xB55678) is known color: Royal Heath. HEX triplet: B5, 56 and 78. RGB value is (181,86,120). Sum of RGB (Red+Green+Blue) = 181+86+120=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B55678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55678 is #4AA987. Grayscale: #767676. Windows color (decimal): -4893064 or 7886517. OLE color: 7886517.

HSL color Cylindrical-coordinate representation of color #B55678: hue angle of 338.53º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55678 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 86 120 -
CMYK 0 0.52 0.34 0.29
HSL 338.53º 0.39% 0.52% -
HSV(B) 338.53º 0.52% 0.71% -
XYZ 25.77 17.84 19.85 -
YUV 118.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 181 86 120 0 0.52 0.34 0.29 338.53 0.39 0.52
Hex B5 56 78 0 34 22 1D 153 27 34
Octal 265 126 170 0 64 42 35 523 47 64
Binary 10110101 1010110 1111000 0 110100 100010 11101 101010011 100111 110100

Color Harmonies of #B55678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55678

Black with #B55678

Text Example


Text Example

White with #B55678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55678; }

 p { color: rgb(181,86,120); }

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

background-color css

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

 a { background-color: rgb(181,86,120); }

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

border-color css

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

 span { border-color: rgb(181,86,120); }

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