#B04073

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

Shades of Royal Heath #B04073

Tints of Royal Heath #B04073

Color information

#B04073 (or 0xB04073) is unknown color: approx Royal Heath. HEX triplet: B0, 40 and 73. RGB value is (176,64,115). Sum of RGB (Red+Green+Blue) = 176+64+115=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B04073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04073 is #4FBF8C. Grayscale: #676767. Windows color (decimal): -5226381 or 7553200. OLE color: 7553200.

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

Color convert

RGB17664115-
CMYK00.640.350.31
HSL332.68º46.67%47.06%-
HSV(B)332.68º63.64%69.02%-
XYZ22.8314.1317.74-
YUV103.3134.61179.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 64 (25.39% from 255) = 18.03%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=49.58%
G=18.03%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766411500.640.350.31332.6846.6747.06
HexB04073040231F14d2f2f
Octal260100163010043375155757
Binary10110000100000011100110100000010001111111101001101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04073; }

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

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

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

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

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

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

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

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