Html Css Color HEX #B15579 Royal Heath

📋 copy color: '#B15579'

red 177 ◦ green 85 ◦ blue 121

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

Shades of Royal Heath #B15579

Tints of Royal Heath #B15579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 46.21%
G = 22.19%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B15579 (or 0xB15579) is known color: Royal Heath. HEX triplet: B1, 55 and 79. RGB value is (177,85,121). Sum of RGB (Red+Green+Blue) = 177+85+121=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B15579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15579 is #4EAA86. Grayscale: #747474. Windows color (decimal): -5155463 or 7951793. OLE color: 7951793.

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

Color convert

RGB 177 85 121 -
CMYK 0 0.52 0.32 0.31
HSL 336.52º 0.37% 0.51% -
HSV(B) 336.52º 0.52% 0.69% -
XYZ 24.83 17.22 20.11 -
YUV 116.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 177 85 121 0 0.52 0.32 0.31 336.52 0.37 0.51
Hex B1 55 79 0 34 20 1F 151 25 33
Octal 261 125 171 0 64 40 37 521 45 63
Binary 10110001 1010101 1111001 0 110100 100000 11111 101010001 100101 110011

Color Harmonies of #B15579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15579

Black with #B15579

Text Example


Text Example

White with #B15579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15579; }

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

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

background-color css

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

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

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

border-color css

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

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

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