Html Css Color HEX #B04379 Royal Heath

📋 copy color: '#B04379'

red 176 ◦ green 67 ◦ blue 121

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

Shades of Royal Heath #B04379

Tints of Royal Heath #B04379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.41%

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

R = 48.35%
G = 18.41%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B04379 (or 0xB04379) is known color: Royal Heath. HEX triplet: B0, 43 and 79. RGB value is (176,67,121). Sum of RGB (Red+Green+Blue) = 176+67+121=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B04379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04379 is #4FBC86. Grayscale: #696969. Windows color (decimal): -5225607 or 7947184. OLE color: 7947184.

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

Color convert

RGB 176 67 121 -
CMYK 0 0.62 0.31 0.31
HSL 330.28º 0.45% 0.48% -
HSV(B) 330.28º 0.62% 0.69% -
XYZ 23.36 14.62 19.68 -
YUV 105.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 176 67 121 0 0.62 0.31 0.31 330.28 0.45 0.48
Hex B0 43 79 0 3E 1F 1F 14A 2D 30
Octal 260 103 171 0 76 37 37 512 55 60
Binary 10110000 1000011 1111001 0 111110 11111 11111 101001010 101101 110000

Color Harmonies of #B04379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04379

Black with #B04379

Text Example


Text Example

White with #B04379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04379; }

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

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

background-color css

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

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

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

border-color css

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

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

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