Html Css Color HEX #B05279 Royal Heath

📋 copy color: '#B05279'

red 176 ◦ green 82 ◦ blue 121

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

Shades of Royal Heath #B05279

Tints of Royal Heath #B05279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.64%

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

R = 46.44%
G = 21.64%
B = 31.93%

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

#B05279 (or 0xB05279) is known color: Royal Heath. HEX triplet: B0, 52 and 79. RGB value is (176,82,121). Sum of RGB (Red+Green+Blue) = 176+82+121=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B05279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05279 is #4FAD86. Grayscale: #727272. Windows color (decimal): -5221767 or 7951024. OLE color: 7951024.

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

Color convert

RGB 176 82 121 -
CMYK 0 0.53 0.31 0.31
HSL 335.11º 0.37% 0.51% -
HSV(B) 335.11º 0.53% 0.69% -
XYZ 24.37 16.65 20.02 -
YUV 114.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 176 82 121 0 0.53 0.31 0.31 335.11 0.37 0.51
Hex B0 52 79 0 35 1F 1F 14F 25 33
Octal 260 122 171 0 65 37 37 517 45 63
Binary 10110000 1010010 1111001 0 110101 11111 11111 101001111 100101 110011

Color Harmonies of #B05279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05279

Black with #B05279

Text Example


Text Example

White with #B05279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05279; }

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

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

background-color css

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

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

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

border-color css

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

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

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