Html Css Color HEX #B1587C Royal Heath

📋 copy color: '#B1587C'

red 177 ◦ green 88 ◦ blue 124

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

Shades of Royal Heath #B1587C

Tints of Royal Heath #B1587C

RGB

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

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

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

R = 45.5%
G = 22.62%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1587C (or 0xB1587C) is known color: Royal Heath. HEX triplet: B1, 58 and 7C. RGB value is (177,88,124). Sum of RGB (Red+Green+Blue) = 177+88+124=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1587C is #4EA783. Grayscale: #767676. Windows color (decimal): -5154692 or 8149169. OLE color: 8149169.

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

Color convert

RGB 177 88 124 -
CMYK 0 0.50 0.30 0.31
HSL 335.73º 0.36% 0.52% -
HSV(B) 335.73º 0.5% 0.69% -
XYZ 25.26 17.78 21.17 -
YUV 118.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 177 88 124 0 0.50 0.30 0.31 335.73 0.36 0.52
Hex B1 58 7C 0 32 1E 1F 150 24 34
Octal 261 130 174 0 62 36 37 520 44 64
Binary 10110001 1011000 1111100 0 110010 11110 11111 101010000 100100 110100

Color Harmonies of #B1587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1587C

Black with #B1587C

Text Example


Text Example

White with #B1587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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