Html Css Color HEX #B15A79 Royal Heath

📋 copy color: '#B15A79'

red 177 ◦ green 90 ◦ blue 121

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

Shades of Royal Heath #B15A79

Tints of Royal Heath #B15A79

RGB

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

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

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

R = 45.62%
G = 23.2%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B15A79 (or 0xB15A79) is known color: Royal Heath. HEX triplet: B1, 5A and 79. RGB value is (177,90,121). Sum of RGB (Red+Green+Blue) = 177+90+121=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A79 is #4EA586. Grayscale: #777777. Windows color (decimal): -5154183 or 7953073. OLE color: 7953073.

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

Color convert

RGB 177 90 121 -
CMYK 0 0.49 0.32 0.31
HSL 338.62º 0.36% 0.52% -
HSV(B) 338.62º 0.49% 0.69% -
XYZ 25.24 18.04 20.24 -
YUV 119.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 177 90 121 0 0.49 0.32 0.31 338.62 0.36 0.52
Hex B1 5A 79 0 31 20 1F 153 24 34
Octal 261 132 171 0 61 40 37 523 44 64
Binary 10110001 1011010 1111001 0 110001 100000 11111 101010011 100100 110100

Color Harmonies of #B15A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A79

Black with #B15A79

Text Example


Text Example

White with #B15A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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