#B25578

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

Shades of Royal Heath #B25578

Tints of Royal Heath #B25578

Color information

#B25578 (or 0xB25578) is unknown color: approx Royal Heath. HEX triplet: B2, 55 and 78. RGB value is (178,85,120). Sum of RGB (Red+Green+Blue) = 178+85+120=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B25578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25578 is #4DAA87. Grayscale: #747474. Windows color (decimal): -5089928 or 7886258. OLE color: 7886258.

HSL color Cylindrical-coordinate representation of color #B25578: hue angle of 337.42º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25578 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB17885120-
CMYK00.520.330.30
HSL337.42º37.65%51.57%-
HSV(B)337.42º52.25%69.8%-
XYZ2517.3219.79-
YUV116.8129.81171.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=46.48%
G=22.19%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788512000.520.330.30337.4237.6551.57
HexB25578034211E1512634
Octal26212517006441365214664
Binary1011001010101011111000011010010000111110101010001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25578; }

 p { color: rgb(178,85,120); }

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

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

 a { background-color: rgb(178,85,120); }

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

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

 span { border-color: rgb(178,85,120); }

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