Html Css Color HEX #B5577B Royal Heath

📋 copy color: '#B5577B'

red 181 ◦ green 87 ◦ blue 123

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

Shades of Royal Heath #B5577B

Tints of Royal Heath #B5577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.25%

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 46.29%
G = 22.25%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5577B (or 0xB5577B) is known color: Royal Heath. HEX triplet: B5, 57 and 7B. RGB value is (181,87,123). Sum of RGB (Red+Green+Blue) = 181+87+123=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5577B is #4AA884. Grayscale: #777777. Windows color (decimal): -4892805 or 8083381. OLE color: 8083381.

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

Color convert

RGB 181 87 123 -
CMYK 0 0.52 0.32 0.29
HSL 337.02º 0.39% 0.53% -
HSV(B) 337.02º 0.52% 0.71% -
XYZ 26.04 18.07 20.85 -
YUV 119.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 181 87 123 0 0.52 0.32 0.29 337.02 0.39 0.53
Hex B5 57 7B 0 34 20 1D 151 27 35
Octal 265 127 173 0 64 40 35 521 47 65
Binary 10110101 1010111 1111011 0 110100 100000 11101 101010001 100111 110101

Color Harmonies of #B5577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5577B

Black with #B5577B

Text Example


Text Example

White with #B5577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5577B; }

 p { color: rgb(181,87,123); }

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

background-color css

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

 a { background-color: rgb(181,87,123); }

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

border-color css

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

 span { border-color: rgb(181,87,123); }

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