#B25C77

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

Shades of Royal Heath #B25C77

Tints of Royal Heath #B25C77

Color information

#B25C77 (or 0xB25C77) is unknown color: approx Royal Heath. HEX triplet: B2, 5C and 77. RGB value is (178,92,119). Sum of RGB (Red+Green+Blue) = 178+92+119=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25C77 is #4DA388. Grayscale: #787878. Windows color (decimal): -5088137 or 7822514. OLE color: 7822514.

HSL color Cylindrical-coordinate representation of color #B25C77: hue angle of 341.16º 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 #B25C77 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB17892119-
CMYK00.480.330.30
HSL341.16º35.83%52.94%-
HSV(B)341.16º48.31%69.8%-
XYZ25.5218.4519.67-
YUV120.79126.99168.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=45.76%
G=23.65%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789211900.480.330.30341.1635.8352.94
HexB25C77030211E1552435
Octal26213416706041365254465
Binary1011001010111001110111011000010000111110101010101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25C77; }

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

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

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

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

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

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

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

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