Html Css Color HEX #B15077 Royal Heath

📋 copy color: '#B15077'

red 177 ◦ green 80 ◦ blue 119

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

Shades of Royal Heath #B15077

Tints of Royal Heath #B15077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 47.07%
G = 21.28%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B15077 (or 0xB15077) is known color: Royal Heath. HEX triplet: B1, 50 and 77. RGB value is (177,80,119). Sum of RGB (Red+Green+Blue) = 177+80+119=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B15077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15077 is #4EAF88. Grayscale: #717171. Windows color (decimal): -5156745 or 7819441. OLE color: 7819441.

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

Color convert

RGB 177 80 119 -
CMYK 0 0.55 0.33 0.31
HSL 335.88º 0.38% 0.5% -
HSV(B) 335.88º 0.55% 0.69% -
XYZ 24.33 16.42 19.34 -
YUV 113.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 177 80 119 0 0.55 0.33 0.31 335.88 0.38 0.5
Hex B1 50 77 0 37 21 1F 150 26 32
Octal 261 120 167 0 67 41 37 520 46 62
Binary 10110001 1010000 1110111 0 110111 100001 11111 101010000 100110 110010

Color Harmonies of #B15077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15077

Black with #B15077

Text Example


Text Example

White with #B15077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15077; }

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

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

background-color css

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

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

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

border-color css

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

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

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