Html Css Color HEX #B55680 Royal Heath

📋 copy color: '#B55680'

red 181 ◦ green 86 ◦ blue 128

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

Shades of Royal Heath #B55680

Tints of Royal Heath #B55680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 45.82%
G = 21.77%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B55680 (or 0xB55680) is known color: Royal Heath. HEX triplet: B5, 56 and 80. RGB value is (181,86,128). Sum of RGB (Red+Green+Blue) = 181+86+128=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B55680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55680 is #4AA97F. Grayscale: #777777. Windows color (decimal): -4893056 or 8410805. OLE color: 8410805.

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

Color convert

RGB 181 86 128 -
CMYK 0 0.52 0.29 0.29
HSL 333.47º 0.39% 0.52% -
HSV(B) 333.47º 0.52% 0.71% -
XYZ 26.28 18.04 22.52 -
YUV 119.19 132.97 172.08 -
System Red Green Blue C M Y K H S L
Decimal 181 86 128 0 0.52 0.29 0.29 333.47 0.39 0.52
Hex B5 56 80 0 34 1D 1D 14D 27 34
Octal 265 126 200 0 64 35 35 515 47 64
Binary 10110101 1010110 10000000 0 110100 11101 11101 101001101 100111 110100

Color Harmonies of #B55680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55680

Black with #B55680

Text Example


Text Example

White with #B55680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55680; }

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

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

background-color css

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

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

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

border-color css

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

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

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