#B04F7F

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

Shades of Royal Heath #B04F7F

Tints of Royal Heath #B04F7F

Color information

#B04F7F (or 0xB04F7F) is unknown color: approx Royal Heath. HEX triplet: B0, 4F and 7F. RGB value is (176,79,127). Sum of RGB (Red+Green+Blue) = 176+79+127=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04F7F is #4FB080. Grayscale: #717171. Windows color (decimal): -5222529 or 8343472. OLE color: 8343472.

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

Color convert

RGB17679127-
CMYK00.550.280.31
HSL330.31º38.04%50%-
HSV(B)330.31º55.11%69.02%-
XYZ24.5316.3521.94-
YUV113.47135.64172.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 127 (50% from 255) = 33.25%
R=46.07%
G=20.68%
B=33.25%

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
Decimal1767912700.550.280.31330.3138.0450
HexB04F7F0371C1F14a2632
Octal26011717706734375124662
Binary101100001001111111111101101111110011111101001010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04F7F; }

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

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

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

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

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

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

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

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