#b04071

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

Shades of Royal Heath #B04071

Tints of Royal Heath #B04071

Color information

#B04071 (or 0xB04071) is unknown color: approx Royal Heath. HEX triplet: B0, 40 and 71. RGB value is (176,64,113). Sum of RGB (Red+Green+Blue) = 176+64+113=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B04071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04071 is #4FBF8E. Grayscale: #666666. Windows color (decimal): -5226383 or 7422128. OLE color: 7422128.

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

Color convert

RGB17664113-
CMYK00.640.360.31
HSL333.75º46.67%47.06%-
HSV(B)333.75º63.64%69.02%-
XYZ22.7214.0917.14-
YUV103.07133.61180.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=49.86%
G=18.13%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766411300.640.360.31333.7546.6747.06
HexB04071040241F14e2f2f
Octal260100161010044375165757
Binary10110000100000011100010100000010010011111101001110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04071; }

 p { color: rgb(176,64,113); }

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

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

 a { background-color: rgb(176,64,113); }

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

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

 span { border-color: rgb(176,64,113); }

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