Html Css Color HEX #B05578 Royal Heath

📋 copy color: '#B05578'

red 176 ◦ green 85 ◦ blue 120

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

Shades of Royal Heath #B05578

Tints of Royal Heath #B05578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 46.19%
G = 22.31%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B05578 (or 0xB05578) is known color: Royal Heath. HEX triplet: B0, 55 and 78. RGB value is (176,85,120). Sum of RGB (Red+Green+Blue) = 176+85+120=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B05578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05578 is #4FAA87. Grayscale: #747474. Windows color (decimal): -5221000 or 7886256. OLE color: 7886256.

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

Color convert

RGB 176 85 120 -
CMYK 0 0.52 0.32 0.31
HSL 336.92º 0.37% 0.51% -
HSV(B) 336.92º 0.52% 0.69% -
XYZ 24.54 17.08 19.77 -
YUV 116.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 176 85 120 0 0.52 0.32 0.31 336.92 0.37 0.51
Hex B0 55 78 0 34 20 1F 151 25 33
Octal 260 125 170 0 64 40 37 521 45 63
Binary 10110000 1010101 1111000 0 110100 100000 11111 101010001 100101 110011

Color Harmonies of #B05578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05578

Black with #B05578

Text Example


Text Example

White with #B05578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05578; }

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

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

background-color css

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

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

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

border-color css

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

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

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