Html Css Color HEX #B15A77 Royal Heath

📋 copy color: '#B15A77'

red 177 ◦ green 90 ◦ blue 119

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

Shades of Royal Heath #B15A77

Tints of Royal Heath #B15A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

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

R = 45.85%
G = 23.32%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B15A77 (or 0xB15A77) is known color: Royal Heath. HEX triplet: B1, 5A and 77. RGB value is (177,90,119). Sum of RGB (Red+Green+Blue) = 177+90+119=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A77 is #4EA588. Grayscale: #777777. Windows color (decimal): -5154185 or 7822001. OLE color: 7822001.

HSL color Cylindrical-coordinate representation of color #B15A77: hue angle of 340º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15A77 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 90 119 -
CMYK 0 0.49 0.33 0.31
HSL 340º 0.36% 0.52% -
HSV(B) 340º 0.49% 0.69% -
XYZ 25.12 17.99 19.6 -
YUV 119.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 177 90 119 0 0.49 0.33 0.31 340 0.36 0.52
Hex B1 5A 77 0 31 21 1F 154 24 34
Octal 261 132 167 0 61 41 37 524 44 64
Binary 10110001 1011010 1110111 0 110001 100001 11111 101010100 100100 110100

Color Harmonies of #B15A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A77

Black with #B15A77

Text Example


Text Example

White with #B15A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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