#B04B74

Color #B04B74 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B04B74

Tints of Royal Heath #B04B74

Color information

#B04B74 (or 0xB04B74) is unknown color: approx Royal Heath. HEX triplet: B0, 4B and 74. RGB value is (176,75,116). Sum of RGB (Red+Green+Blue) = 176+75+116=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B74 is #4FB48B. Grayscale: #6D6D6D. Windows color (decimal): -5223564 or 7621552. OLE color: 7621552.

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

Color convert

RGB17675116-
CMYK00.570.340.31
HSL335.64º40.24%49.22%-
HSV(B)335.64º57.39%69.02%-
XYZ23.5715.5218.28-
YUV109.87131.46175.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=47.96%
G=20.44%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767511600.570.340.31335.6440.2449.22
HexB04B74039221F1502831
Octal26011316407142375205061
Binary1011000010010111110100011100110001011111101010000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B74; }

 p { color: rgb(176,75,116); }

 H1.HeaderClassName
 {
   color: #B04B74;
 }
 .AnyTagClassName
 {
   color: #B04B74;
 }
</style>
background-color css

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

 a { background-color: rgb(176,75,116); }

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

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

 span { border-color: rgb(176,75,116); }

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