Html Css Color HEX #B05379 Royal Heath

📋 copy color: '#B05379'

red 176 ◦ green 83 ◦ blue 121

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

Shades of Royal Heath #B05379

Tints of Royal Heath #B05379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.84%

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

R = 46.32%
G = 21.84%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B05379 (or 0xB05379) is known color: Royal Heath. HEX triplet: B0, 53 and 79. RGB value is (176,83,121). Sum of RGB (Red+Green+Blue) = 176+83+121=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B05379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05379 is #4FAC86. Grayscale: #737373. Windows color (decimal): -5221511 or 7951280. OLE color: 7951280.

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

Color convert

RGB 176 83 121 -
CMYK 0 0.53 0.31 0.31
HSL 335.48º 0.37% 0.51% -
HSV(B) 335.48º 0.53% 0.69% -
XYZ 24.45 16.8 20.04 -
YUV 115.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 176 83 121 0 0.53 0.31 0.31 335.48 0.37 0.51
Hex B0 53 79 0 35 1F 1F 14F 25 33
Octal 260 123 171 0 65 37 37 517 45 63
Binary 10110000 1010011 1111001 0 110101 11111 11111 101001111 100101 110011

Color Harmonies of #B05379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05379

Black with #B05379

Text Example


Text Example

White with #B05379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05379; }

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

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

background-color css

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

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

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

border-color css

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

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

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