Html Css Color HEX #B05779 Royal Heath

📋 copy color: '#B05779'

red 176 ◦ green 87 ◦ blue 121

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

Shades of Royal Heath #B05779

Tints of Royal Heath #B05779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.66%

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

R = 45.83%
G = 22.66%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B05779 (or 0xB05779) is known color: Royal Heath. HEX triplet: B0, 57 and 79. RGB value is (176,87,121). Sum of RGB (Red+Green+Blue) = 176+87+121=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B05779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05779 is #4FA886. Grayscale: #757575. Windows color (decimal): -5220487 or 7952304. OLE color: 7952304.

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

Color convert

RGB 176 87 121 -
CMYK 0 0.51 0.31 0.31
HSL 337.08º 0.36% 0.52% -
HSV(B) 337.08º 0.51% 0.69% -
XYZ 24.76 17.43 20.15 -
YUV 117.49 129.99 169.74 -
System Red Green Blue C M Y K H S L
Decimal 176 87 121 0 0.51 0.31 0.31 337.08 0.36 0.52
Hex B0 57 79 0 33 1F 1F 151 24 34
Octal 260 127 171 0 63 37 37 521 44 64
Binary 10110000 1010111 1111001 0 110011 11111 11111 101010001 100100 110100

Color Harmonies of #B05779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05779

Black with #B05779

Text Example


Text Example

White with #B05779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05779; }

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

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

background-color css

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

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

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

border-color css

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

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

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