Html Css Color HEX #B15178 Royal Heath

📋 copy color: '#B15178'

red 177 ◦ green 81 ◦ blue 120

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

Shades of Royal Heath #B15178

Tints of Royal Heath #B15178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

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

R = 46.83%
G = 21.43%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B15178 (or 0xB15178) is known color: Royal Heath. HEX triplet: B1, 51 and 78. RGB value is (177,81,120). Sum of RGB (Red+Green+Blue) = 177+81+120=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B15178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15178 is #4EAE87. Grayscale: #727272. Windows color (decimal): -5156488 or 7885233. OLE color: 7885233.

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

Color convert

RGB 177 81 120 -
CMYK 0 0.54 0.32 0.31
HSL 335.63º 0.38% 0.51% -
HSV(B) 335.63º 0.54% 0.69% -
XYZ 24.46 16.59 19.68 -
YUV 114.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 177 81 120 0 0.54 0.32 0.31 335.63 0.38 0.51
Hex B1 51 78 0 36 20 1F 150 26 33
Octal 261 121 170 0 66 40 37 520 46 63
Binary 10110001 1010001 1111000 0 110110 100000 11111 101010000 100110 110011

Color Harmonies of #B15178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15178

Black with #B15178

Text Example


Text Example

White with #B15178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15178; }

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

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

background-color css

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

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

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

border-color css

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

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

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