#B04B70

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

Shades of Royal Heath #B04B70

Tints of Royal Heath #B04B70

Color information

#B04B70 (or 0xB04B70) is unknown color: approx Royal Heath. HEX triplet: B0, 4B and 70. RGB value is (176,75,112). Sum of RGB (Red+Green+Blue) = 176+75+112=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B70 is #4FB48F. Grayscale: #6D6D6D. Windows color (decimal): -5223568 or 7359408. OLE color: 7359408.

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

Color convert

RGB17675112-
CMYK00.570.360.31
HSL338.02º40.24%49.22%-
HSV(B)338.02º57.39%69.02%-
XYZ23.3515.4317.08-
YUV109.42129.46175.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=48.48%
G=20.66%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767511200.570.360.31338.0240.2449.22
HexB04B70039241F1522831
Octal26011316007144375225061
Binary1011000010010111110000011100110010011111101010010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B70; }

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

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

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

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

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

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

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

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