#B4577D

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

Shades of Royal Heath #B4577D

Tints of Royal Heath #B4577D

Color information

#B4577D (or 0xB4577D) is unknown color: approx Royal Heath. HEX triplet: B4, 57 and 7D. RGB value is (180,87,125). Sum of RGB (Red+Green+Blue) = 180+87+125=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4577D is #4BA882. Grayscale: #777777. Windows color (decimal): -4958339 or 8214452. OLE color: 8214452.

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

Color convert

RGB18087125-
CMYK00.520.310.29
HSL335.48º38.27%52.35%-
HSV(B)335.48º51.67%70.59%-
XYZ25.931821.51-
YUV119.14131.31171.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 87 (34.38% from 255) = 22.19%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=45.92%
G=22.19%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808712500.520.310.29335.4838.2752.35
HexB4577D0341F1D14f2634
Octal26412717506437355174664
Binary101101001010111111110101101001111111101101001111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4577D; }

 p { color: rgb(180,87,125); }

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

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

 a { background-color: rgb(180,87,125); }

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

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

 span { border-color: rgb(180,87,125); }

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