Html Css Color HEX #B15878 Royal Heath

📋 copy color: '#B15878'

red 177 ◦ green 88 ◦ blue 120

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

Shades of Royal Heath #B15878

Tints of Royal Heath #B15878

RGB

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

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

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

R = 45.97%
G = 22.86%
B = 31.17%

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

#B15878 (or 0xB15878) is known color: Royal Heath. HEX triplet: B1, 58 and 78. RGB value is (177,88,120). Sum of RGB (Red+Green+Blue) = 177+88+120=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B15878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15878 is #4EA787. Grayscale: #767676. Windows color (decimal): -5154696 or 7887025. OLE color: 7887025.

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

Color convert

RGB 177 88 120 -
CMYK 0 0.50 0.32 0.31
HSL 338.43º 0.36% 0.52% -
HSV(B) 338.43º 0.5% 0.69% -
XYZ 25.01 17.68 19.86 -
YUV 118.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 177 88 120 0 0.50 0.32 0.31 338.43 0.36 0.52
Hex B1 58 78 0 32 20 1F 152 24 34
Octal 261 130 170 0 62 40 37 522 44 64
Binary 10110001 1011000 1111000 0 110010 100000 11111 101010010 100100 110100

Color Harmonies of #B15878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15878

Black with #B15878

Text Example


Text Example

White with #B15878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15878; }

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

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

background-color css

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

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

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

border-color css

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

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

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