Html Css Color HEX #B04A79 Royal Heath

📋 copy color: '#B04A79'

red 176 ◦ green 74 ◦ blue 121

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

Shades of Royal Heath #B04A79

Tints of Royal Heath #B04A79

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 47.44%
G = 19.95%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B04A79 (or 0xB04A79) is known color: Royal Heath. HEX triplet: B0, 4A and 79. RGB value is (176,74,121). Sum of RGB (Red+Green+Blue) = 176+74+121=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04A79 is #4FB586. Grayscale: #6D6D6D. Windows color (decimal): -5223815 or 7948976. OLE color: 7948976.

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

Color convert

RGB 176 74 121 -
CMYK 0 0.58 0.31 0.31
HSL 332.35º 0.41% 0.49% -
HSV(B) 332.35º 0.58% 0.69% -
XYZ 23.8 15.51 19.83 -
YUV 109.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 176 74 121 0 0.58 0.31 0.31 332.35 0.41 0.49
Hex B0 4A 79 0 3A 1F 1F 14C 29 31
Octal 260 112 171 0 72 37 37 514 51 61
Binary 10110000 1001010 1111001 0 111010 11111 11111 101001100 101001 110001

Color Harmonies of #B04A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04A79

Black with #B04A79

Text Example


Text Example

White with #B04A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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