Html Css Color HEX #B5587A Royal Heath

📋 copy color: '#B5587A'

red 181 ◦ green 88 ◦ blue 122

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

Shades of Royal Heath #B5587A

Tints of Royal Heath #B5587A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.51%

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

R = 46.29%
G = 22.51%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5587A (or 0xB5587A) is known color: Royal Heath. HEX triplet: B5, 58 and 7A. RGB value is (181,88,122). Sum of RGB (Red+Green+Blue) = 181+88+122=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5587A is #4AA785. Grayscale: #777777. Windows color (decimal): -4892550 or 8018101. OLE color: 8018101.

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

Color convert

RGB 181 88 122 -
CMYK 0 0.51 0.33 0.29
HSL 338.06º 0.39% 0.53% -
HSV(B) 338.06º 0.51% 0.71% -
XYZ 26.06 18.21 20.55 -
YUV 119.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 181 88 122 0 0.51 0.33 0.29 338.06 0.39 0.53
Hex B5 58 7A 0 33 21 1D 152 27 35
Octal 265 130 172 0 63 41 35 522 47 65
Binary 10110101 1011000 1111010 0 110011 100001 11101 101010010 100111 110101

Color Harmonies of #B5587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5587A

Black with #B5587A

Text Example


Text Example

White with #B5587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5587A; }

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

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

background-color css

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

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

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

border-color css

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

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

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