Html Css Color HEX #B05579 Royal Heath

📋 copy color: '#B05579'

red 176 ◦ green 85 ◦ blue 121

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

Shades of Royal Heath #B05579

Tints of Royal Heath #B05579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.25%

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

R = 46.07%
G = 22.25%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B05579 (or 0xB05579) is known color: Royal Heath. HEX triplet: B0, 55 and 79. RGB value is (176,85,121). Sum of RGB (Red+Green+Blue) = 176+85+121=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B05579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05579 is #4FAA86. Grayscale: #747474. Windows color (decimal): -5220999 or 7951792. OLE color: 7951792.

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

Color convert

RGB 176 85 121 -
CMYK 0 0.52 0.31 0.31
HSL 336.26º 0.37% 0.51% -
HSV(B) 336.26º 0.52% 0.69% -
XYZ 24.6 17.11 20.09 -
YUV 116.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 176 85 121 0 0.52 0.31 0.31 336.26 0.37 0.51
Hex B0 55 79 0 34 1F 1F 150 25 33
Octal 260 125 171 0 64 37 37 520 45 63
Binary 10110000 1010101 1111001 0 110100 11111 11111 101010000 100101 110011

Color Harmonies of #B05579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05579

Black with #B05579

Text Example


Text Example

White with #B05579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05579; }

 p { color: rgb(176,85,121); }

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

background-color css

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

 a { background-color: rgb(176,85,121); }

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

border-color css

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

 span { border-color: rgb(176,85,121); }

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