#B04070

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

Shades of Royal Heath #B04070

Tints of Royal Heath #B04070

Color information

#B04070 (or 0xB04070) is unknown color: approx Royal Heath. HEX triplet: B0, 40 and 70. RGB value is (176,64,112). Sum of RGB (Red+Green+Blue) = 176+64+112=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B04070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04070 is #4FBF8F. Grayscale: #666666. Windows color (decimal): -5226384 or 7356592. OLE color: 7356592.

HSL color Cylindrical-coordinate representation of color #B04070: hue angle of 334.29º 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 #B04070 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17664112-
CMYK00.640.360.31
HSL334.29º46.67%47.06%-
HSV(B)334.29º63.64%69.02%-
XYZ22.6614.0716.85-
YUV102.96133.11180.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=50%
G=18.18%
B=31.82%

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
Decimal1766411200.640.360.31334.2946.6747.06
HexB04070040241F14e2f2f
Octal260100160010044375165757
Binary10110000100000011100000100000010010011111101001110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04070; }

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

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

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

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

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

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

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

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