Html Css Color HEX #B05977 Royal Heath

📋 copy color: '#B05977'

red 176 ◦ green 89 ◦ blue 119

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

Shades of Royal Heath #B05977

Tints of Royal Heath #B05977

RGB

 RED value IS 176 (69.14% from 255) = 45.83%

 GREEN value IS 89 (35.16% from 255) = 23.18%

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

R = 45.83%
G = 23.18%
B = 30.99%

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

#B05977 (or 0xB05977) is known color: Royal Heath. HEX triplet: B0, 59 and 77. RGB value is (176,89,119). Sum of RGB (Red+Green+Blue) = 176+89+119=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B05977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05977 is #4FA688. Grayscale: #767676. Windows color (decimal): -5219977 or 7821744. OLE color: 7821744.

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

Color convert

RGB 176 89 119 -
CMYK 0 0.49 0.32 0.31
HSL 339.31º 0.36% 0.52% -
HSV(B) 339.31º 0.49% 0.69% -
XYZ 24.81 17.71 19.56 -
YUV 118.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 176 89 119 0 0.49 0.32 0.31 339.31 0.36 0.52
Hex B0 59 77 0 31 20 1F 153 24 34
Octal 260 131 167 0 61 40 37 523 44 64
Binary 10110000 1011001 1110111 0 110001 100000 11111 101010011 100100 110100

Color Harmonies of #B05977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05977

Black with #B05977

Text Example


Text Example

White with #B05977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05977; }

 p { color: rgb(176,89,119); }

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

background-color css

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

 a { background-color: rgb(176,89,119); }

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

border-color css

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

 span { border-color: rgb(176,89,119); }

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