Html Css Color HEX #B15079 Royal Heath

📋 copy color: '#B15079'

red 177 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #B15079

Tints of Royal Heath #B15079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

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

R = 46.83%
G = 21.16%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B15079 (or 0xB15079) is known color: Royal Heath. HEX triplet: B1, 50 and 79. RGB value is (177,80,121). Sum of RGB (Red+Green+Blue) = 177+80+121=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B15079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15079 is #4EAF86. Grayscale: #717171. Windows color (decimal): -5156743 or 7950513. OLE color: 7950513.

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

Color convert

RGB 177 80 121 -
CMYK 0 0.55 0.32 0.31
HSL 334.64º 0.38% 0.5% -
HSV(B) 334.64º 0.55% 0.69% -
XYZ 24.45 16.46 19.98 -
YUV 113.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 177 80 121 0 0.55 0.32 0.31 334.64 0.38 0.5
Hex B1 50 79 0 37 20 1F 14F 26 32
Octal 261 120 171 0 67 40 37 517 46 62
Binary 10110001 1010000 1111001 0 110111 100000 11111 101001111 100110 110010

Color Harmonies of #B15079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15079

Black with #B15079

Text Example


Text Example

White with #B15079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15079; }

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

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

background-color css

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

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

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

border-color css

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

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

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