Html Css Color HEX #B15879 Royal Heath

📋 copy color: '#B15879'

red 177 ◦ green 88 ◦ blue 121

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

Shades of Royal Heath #B15879

Tints of Royal Heath #B15879

RGB

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

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

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

R = 45.85%
G = 22.8%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B15879 (or 0xB15879) is known color: Royal Heath. HEX triplet: B1, 58 and 79. RGB value is (177,88,121). Sum of RGB (Red+Green+Blue) = 177+88+121=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B15879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15879 is #4EA786. Grayscale: #767676. Windows color (decimal): -5154695 or 7952561. OLE color: 7952561.

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

Color convert

RGB 177 88 121 -
CMYK 0 0.50 0.32 0.31
HSL 337.75º 0.36% 0.52% -
HSV(B) 337.75º 0.5% 0.69% -
XYZ 25.07 17.71 20.19 -
YUV 118.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 177 88 121 0 0.50 0.32 0.31 337.75 0.36 0.52
Hex B1 58 79 0 32 20 1F 152 24 34
Octal 261 130 171 0 62 40 37 522 44 64
Binary 10110001 1011000 1111001 0 110010 100000 11111 101010010 100100 110100

Color Harmonies of #B15879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15879

Black with #B15879

Text Example


Text Example

White with #B15879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15879; }

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

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

background-color css

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

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

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

border-color css

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

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

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