#B04F7E

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

Shades of Royal Heath #B04F7E

Tints of Royal Heath #B04F7E

Color information

#B04F7E (or 0xB04F7E) is unknown color: approx Royal Heath. HEX triplet: B0, 4F and 7E. RGB value is (176,79,126). Sum of RGB (Red+Green+Blue) = 176+79+126=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04F7E is #4FB081. Grayscale: #717171. Windows color (decimal): -5222530 or 8277936. OLE color: 8277936.

HSL color Cylindrical-coordinate representation of color #B04F7E: hue angle of 330.93º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B04F7E is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17679126-
CMYK00.550.280.31
HSL330.93º38.04%50%-
HSV(B)330.93º55.11%69.02%-
XYZ24.4716.3321.6-
YUV113.36135.14172.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=46.19%
G=20.73%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767912600.550.280.31330.9338.0450
HexB04F7E0371C1F14b2632
Octal26011717606734375134662
Binary101100001001111111111001101111110011111101001011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04F7E; }

 p { color: rgb(176,79,126); }

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

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

 a { background-color: rgb(176,79,126); }

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

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

 span { border-color: rgb(176,79,126); }

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