Html Css Color HEX #B4577C Royal Heath

📋 copy color: '#B4577C'

red 180 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #B4577C

Tints of Royal Heath #B4577C

RGB

 RED value IS 180 (70.7% from 255) = 46.04%

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

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 46.04%
G = 22.25%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4577C (or 0xB4577C) is known color: Royal Heath. HEX triplet: B4, 57 and 7C. RGB value is (180,87,124). Sum of RGB (Red+Green+Blue) = 180+87+124=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4577C is #4BA883. Grayscale: #767676. Windows color (decimal): -4958340 or 8148916. OLE color: 8148916.

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

Color convert

RGB 180 87 124 -
CMYK 0 0.52 0.31 0.29
HSL 336.13º 0.38% 0.52% -
HSV(B) 336.13º 0.52% 0.71% -
XYZ 25.87 17.97 21.17 -
YUV 119.03 130.81 171.49 -
System Red Green Blue C M Y K H S L
Decimal 180 87 124 0 0.52 0.31 0.29 336.13 0.38 0.52
Hex B4 57 7C 0 34 1F 1D 150 26 34
Octal 264 127 174 0 64 37 35 520 46 64
Binary 10110100 1010111 1111100 0 110100 11111 11101 101010000 100110 110100

Color Harmonies of #B4577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4577C

Black with #B4577C

Text Example


Text Example

White with #B4577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4577C; }

 p { color: rgb(180,87,124); }

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

background-color css

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

 a { background-color: rgb(180,87,124); }

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

border-color css

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

 span { border-color: rgb(180,87,124); }

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