Html Css Color HEX #B04279 Royal Heath

📋 copy color: '#B04279'

red 176 ◦ green 66 ◦ blue 121

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

Shades of Royal Heath #B04279

Tints of Royal Heath #B04279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

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

R = 48.48%
G = 18.18%
B = 33.33%

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

#B04279 (or 0xB04279) is known color: Royal Heath. HEX triplet: B0, 42 and 79. RGB value is (176,66,121). Sum of RGB (Red+Green+Blue) = 176+66+121=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B04279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04279 is #4FBD86. Grayscale: #696969. Windows color (decimal): -5225863 or 7946928. OLE color: 7946928.

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

Color convert

RGB 176 66 121 -
CMYK 0 0.62 0.31 0.31
HSL 330º 0.45% 0.47% -
HSV(B) 330º 0.63% 0.69% -
XYZ 23.3 14.51 19.66 -
YUV 105.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 176 66 121 0 0.62 0.31 0.31 330 0.45 0.47
Hex B0 42 79 0 3E 1F 1F 14A 2D 2F
Octal 260 102 171 0 76 37 37 512 55 57
Binary 10110000 1000010 1111001 0 111110 11111 11111 101001010 101101 101111

Color Harmonies of #B04279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04279

Black with #B04279

Text Example


Text Example

White with #B04279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04279; }

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

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

background-color css

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

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

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

border-color css

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

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

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