Html Css Color HEX #B15978 Royal Heath

📋 copy color: '#B15978'

red 177 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #B15978

Tints of Royal Heath #B15978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.06%

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 45.85%
G = 23.06%
B = 31.09%

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

#B15978 (or 0xB15978) is known color: Royal Heath. HEX triplet: B1, 59 and 78. RGB value is (177,89,120). Sum of RGB (Red+Green+Blue) = 177+89+120=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B15978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15978 is #4EA687. Grayscale: #767676. Windows color (decimal): -5154440 or 7887281. OLE color: 7887281.

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

Color convert

RGB 177 89 120 -
CMYK 0 0.50 0.32 0.31
HSL 338.86º 0.36% 0.52% -
HSV(B) 338.86º 0.5% 0.69% -
XYZ 25.09 17.85 19.89 -
YUV 118.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 177 89 120 0 0.50 0.32 0.31 338.86 0.36 0.52
Hex B1 59 78 0 32 20 1F 153 24 34
Octal 261 131 170 0 62 40 37 523 44 64
Binary 10110001 1011001 1111000 0 110010 100000 11111 101010011 100100 110100

Color Harmonies of #B15978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15978

Black with #B15978

Text Example


Text Example

White with #B15978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15978; }

 p { color: rgb(177,89,120); }

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

background-color css

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

 a { background-color: rgb(177,89,120); }

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

border-color css

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

 span { border-color: rgb(177,89,120); }

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