Html Css Color HEX #B15471 Royal Heath

📋 copy color: '#B15471'

red 177 ◦ green 84 ◦ blue 113

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

Shades of Royal Heath #B15471

Tints of Royal Heath #B15471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

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

R = 47.33%
G = 22.46%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B15471 (or 0xB15471) is known color: Royal Heath. HEX triplet: B1, 54 and 71. RGB value is (177,84,113). Sum of RGB (Red+Green+Blue) = 177+84+113=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B15471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15471 is #4EAB8E. Grayscale: #737373. Windows color (decimal): -5155727 or 7427249. OLE color: 7427249.

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

Color convert

RGB 177 84 113 -
CMYK 0 0.53 0.36 0.31
HSL 341.29º 0.37% 0.51% -
HSV(B) 341.29º 0.53% 0.69% -
XYZ 24.28 16.88 17.6 -
YUV 115.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 177 84 113 0 0.53 0.36 0.31 341.29 0.37 0.51
Hex B1 54 71 0 35 24 1F 155 25 33
Octal 261 124 161 0 65 44 37 525 45 63
Binary 10110001 1010100 1110001 0 110101 100100 11111 101010101 100101 110011

Color Harmonies of #B15471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15471

Black with #B15471

Text Example


Text Example

White with #B15471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15471; }

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

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

background-color css

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

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

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

border-color css

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

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

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