Html Css Color HEX #B04479 Royal Heath

📋 copy color: '#B04479'

red 176 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #B04479

Tints of Royal Heath #B04479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

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

R = 48.22%
G = 18.63%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B04479 (or 0xB04479) is known color: Royal Heath. HEX triplet: B0, 44 and 79. RGB value is (176,68,121). Sum of RGB (Red+Green+Blue) = 176+68+121=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B04479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04479 is #4FBB86. Grayscale: #6A6A6A. Windows color (decimal): -5225351 or 7947440. OLE color: 7947440.

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

Color convert

RGB 176 68 121 -
CMYK 0 0.61 0.31 0.31
HSL 330.56º 0.44% 0.48% -
HSV(B) 330.56º 0.61% 0.69% -
XYZ 23.42 14.74 19.7 -
YUV 106.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 176 68 121 0 0.61 0.31 0.31 330.56 0.44 0.48
Hex B0 44 79 0 3D 1F 1F 14B 2C 30
Octal 260 104 171 0 75 37 37 513 54 60
Binary 10110000 1000100 1111001 0 111101 11111 11111 101001011 101100 110000

Color Harmonies of #B04479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04479

Black with #B04479

Text Example


Text Example

White with #B04479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04479; }

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

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

background-color css

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

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

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

border-color css

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

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

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