#B25079

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

Shades of Royal Heath #B25079

Tints of Royal Heath #B25079

Color information

#B25079 (or 0xB25079) is unknown color: approx Royal Heath. HEX triplet: B2, 50 and 79. RGB value is (178,80,121). Sum of RGB (Red+Green+Blue) = 178+80+121=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B25079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25079 is #4DAF86. Grayscale: #717171. Windows color (decimal): -5091207 or 7950514. OLE color: 7950514.

HSL color Cylindrical-coordinate representation of color #B25079: hue angle of 334.9º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25079 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17880121-
CMYK00.550.320.30
HSL334.9º38.89%50.59%-
HSV(B)334.9º55.06%69.8%-
XYZ24.6816.5819.99-
YUV113.98131.97173.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 80 (31.64% from 255) = 21.11%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=46.97%
G=21.11%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788012100.550.320.30334.938.8950.59
HexB25079037201E14f2733
Octal26212017106740365174763
Binary1011001010100001111001011011110000011110101001111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25079; }

 p { color: rgb(178,80,121); }

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

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

 a { background-color: rgb(178,80,121); }

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

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

 span { border-color: rgb(178,80,121); }

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