#B4557B

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

Shades of Royal Heath #B4557B

Tints of Royal Heath #B4557B

Color information

#B4557B (or 0xB4557B) is unknown color: approx Royal Heath. HEX triplet: B4, 55 and 7B. RGB value is (180,85,123). Sum of RGB (Red+Green+Blue) = 180+85+123=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4557B is #4BAA84. Grayscale: #757575. Windows color (decimal): -4958853 or 8082868. OLE color: 8082868.

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

Color convert

RGB18085123-
CMYK00.530.320.29
HSL336º38.78%51.96%-
HSV(B)336º52.78%70.59%-
XYZ25.6517.6320.79-
YUV117.74130.97172.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=46.39%
G=21.91%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808512300.530.320.2933638.7851.96
HexB4557B035201D1502734
Octal26412517306540355204764
Binary1011010010101011111011011010110000011101101010000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4557B; }

 p { color: rgb(180,85,123); }

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

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

 a { background-color: rgb(180,85,123); }

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

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

 span { border-color: rgb(180,85,123); }

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