Html Css Color HEX #B15571 Royal Heath

📋 copy color: '#B15571'

red 177 ◦ green 85 ◦ blue 113

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

Shades of Royal Heath #B15571

Tints of Royal Heath #B15571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 47.2%
G = 22.67%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B15571 (or 0xB15571) is known color: Royal Heath. HEX triplet: B1, 55 and 71. RGB value is (177,85,113). Sum of RGB (Red+Green+Blue) = 177+85+113=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B15571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15571 is #4EAA8E. Grayscale: #737373. Windows color (decimal): -5155471 or 7427505. OLE color: 7427505.

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

Color convert

RGB 177 85 113 -
CMYK 0 0.52 0.36 0.31
HSL 341.74º 0.37% 0.51% -
HSV(B) 341.74º 0.52% 0.69% -
XYZ 24.36 17.04 17.63 -
YUV 115.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 177 85 113 0 0.52 0.36 0.31 341.74 0.37 0.51
Hex B1 55 71 0 34 24 1F 156 25 33
Octal 261 125 161 0 64 44 37 526 45 63
Binary 10110001 1010101 1110001 0 110100 100100 11111 101010110 100101 110011

Color Harmonies of #B15571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15571

Black with #B15571

Text Example


Text Example

White with #B15571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15571; }

 p { color: rgb(177,85,113); }

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

background-color css

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

 a { background-color: rgb(177,85,113); }

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

border-color css

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

 span { border-color: rgb(177,85,113); }

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