#B04072

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

Shades of Royal Heath #B04072

Tints of Royal Heath #B04072

Color information

#B04072 (or 0xB04072) is unknown color: approx Royal Heath. HEX triplet: B0, 40 and 72. RGB value is (176,64,114). Sum of RGB (Red+Green+Blue) = 176+64+114=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B04072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04072 is #4FBF8D. Grayscale: #676767. Windows color (decimal): -5226382 or 7487664. OLE color: 7487664.

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

Color convert

RGB17664114-
CMYK00.640.350.31
HSL333.21º46.67%47.06%-
HSV(B)333.21º63.64%69.02%-
XYZ22.7814.1117.44-
YUV103.19134.11179.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.72%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=49.72%
G=18.08%
B=32.20%

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
Decimal1766411400.640.350.31333.2146.6747.06
HexB04072040231F14d2f2f
Octal260100162010043375155757
Binary10110000100000011100100100000010001111111101001101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04072; }

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

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

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

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

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

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

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

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