Html Css Color HEX #B04879 Royal Heath

📋 copy color: '#B04879'

red 176 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #B04879

Tints of Royal Heath #B04879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.51%

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

R = 47.7%
G = 19.51%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B04879 (or 0xB04879) is known color: Royal Heath. HEX triplet: B0, 48 and 79. RGB value is (176,72,121). Sum of RGB (Red+Green+Blue) = 176+72+121=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B04879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04879 is #4FB786. Grayscale: #6C6C6C. Windows color (decimal): -5224327 or 7948464. OLE color: 7948464.

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

Color convert

RGB 176 72 121 -
CMYK 0 0.59 0.31 0.31
HSL 331.73º 0.42% 0.49% -
HSV(B) 331.73º 0.59% 0.69% -
XYZ 23.67 15.25 19.78 -
YUV 108.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 176 72 121 0 0.59 0.31 0.31 331.73 0.42 0.49
Hex B0 48 79 0 3B 1F 1F 14C 2A 31
Octal 260 110 171 0 73 37 37 514 52 61
Binary 10110000 1001000 1111001 0 111011 11111 11111 101001100 101010 110001

Color Harmonies of #B04879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04879

Black with #B04879

Text Example


Text Example

White with #B04879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04879; }

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

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

background-color css

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

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

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

border-color css

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

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

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