#B25C79

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

Shades of Royal Heath #B25C79

Tints of Royal Heath #B25C79

Color information

#B25C79 (or 0xB25C79) is unknown color: approx Royal Heath. HEX triplet: B2, 5C and 79. RGB value is (178,92,121). Sum of RGB (Red+Green+Blue) = 178+92+121=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25C79 is #4DA386. Grayscale: #787878. Windows color (decimal): -5088135 or 7953586. OLE color: 7953586.

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

Color convert

RGB17892121-
CMYK00.480.320.30
HSL339.77º35.83%52.94%-
HSV(B)339.77º48.31%69.8%-
XYZ25.6418.520.31-
YUV121.02127.99168.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 92 (36.33% from 255) = 23.53%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=45.52%
G=23.53%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789212100.480.320.30339.7735.8352.94
HexB25C79030201E1542435
Octal26213417106040365244465
Binary1011001010111001111001011000010000011110101010100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25C79; }

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

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

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

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

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

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

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

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