Html Css Color HEX #B1577C Royal Heath

📋 copy color: '#B1577C'

red 177 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #B1577C

Tints of Royal Heath #B1577C

RGB

 RED value IS 177 (69.53% from 255) = 45.62%

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

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

R = 45.62%
G = 22.42%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1577C (or 0xB1577C) is known color: Royal Heath. HEX triplet: B1, 57 and 7C. RGB value is (177,87,124). Sum of RGB (Red+Green+Blue) = 177+87+124=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1577C is #4EA883. Grayscale: #767676. Windows color (decimal): -5154948 or 8148913. OLE color: 8148913.

HSL color Cylindrical-coordinate representation of color #B1577C: hue angle of 335.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1577C is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 87 124 -
CMYK 0 0.51 0.30 0.31
HSL 335.33º 0.37% 0.52% -
HSV(B) 335.33º 0.51% 0.69% -
XYZ 25.18 17.62 21.14 -
YUV 118.13 131.32 169.99 -
System Red Green Blue C M Y K H S L
Decimal 177 87 124 0 0.51 0.30 0.31 335.33 0.37 0.52
Hex B1 57 7C 0 33 1E 1F 14F 25 34
Octal 261 127 174 0 63 36 37 517 45 64
Binary 10110001 1010111 1111100 0 110011 11110 11111 101001111 100101 110100

Color Harmonies of #B1577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1577C

Black with #B1577C

Text Example


Text Example

White with #B1577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1577C; }

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

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

background-color css

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

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

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

border-color css

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

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

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