Html Css Color HEX #B05479 Royal Heath

📋 copy color: '#B05479'

red 176 ◦ green 84 ◦ blue 121

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

Shades of Royal Heath #B05479

Tints of Royal Heath #B05479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.05%

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

R = 46.19%
G = 22.05%
B = 31.76%

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

#B05479 (or 0xB05479) is known color: Royal Heath. HEX triplet: B0, 54 and 79. RGB value is (176,84,121). Sum of RGB (Red+Green+Blue) = 176+84+121=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B05479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05479 is #4FAB86. Grayscale: #737373. Windows color (decimal): -5221255 or 7951536. OLE color: 7951536.

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

Color convert

RGB 176 84 121 -
CMYK 0 0.52 0.31 0.31
HSL 335.87º 0.37% 0.51% -
HSV(B) 335.87º 0.52% 0.69% -
XYZ 24.53 16.95 20.07 -
YUV 115.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 176 84 121 0 0.52 0.31 0.31 335.87 0.37 0.51
Hex B0 54 79 0 34 1F 1F 150 25 33
Octal 260 124 171 0 64 37 37 520 45 63
Binary 10110000 1010100 1111001 0 110100 11111 11111 101010000 100101 110011

Color Harmonies of #B05479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05479

Black with #B05479

Text Example


Text Example

White with #B05479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05479; }

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

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

background-color css

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

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

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

border-color css

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

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

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