#B04B76

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

Shades of Royal Heath #B04B76

Tints of Royal Heath #B04B76

Color information

#B04B76 (or 0xB04B76) is unknown color: approx Royal Heath. HEX triplet: B0, 4B and 76. RGB value is (176,75,118). Sum of RGB (Red+Green+Blue) = 176+75+118=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B76 is #4FB489. Grayscale: #6E6E6E. Windows color (decimal): -5223562 or 7752624. OLE color: 7752624.

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

Color convert

RGB17675118-
CMYK00.570.330.31
HSL334.46º40.24%49.22%-
HSV(B)334.46º57.39%69.02%-
XYZ23.6915.5718.9-
YUV110.1132.46175-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 75 (29.69% from 255) = 20.33%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=47.70%
G=20.33%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767511800.570.330.31334.4640.2449.22
HexB04B76039211F14e2831
Octal26011316607141375165061
Binary1011000010010111110110011100110000111111101001110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B76; }

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

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

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

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

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

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

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

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