#B7557C

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

Shades of Royal Heath #B7557C

Tints of Royal Heath #B7557C

Color information

#B7557C (or 0xB7557C) is unknown color: approx Royal Heath. HEX triplet: B7, 55 and 7C. RGB value is (183,85,124). Sum of RGB (Red+Green+Blue) = 183+85+124=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7557C is #48AA83. Grayscale: #767676. Windows color (decimal): -4762244 or 8148407. OLE color: 8148407.

HSL color Cylindrical-coordinate representation of color #B7557C: hue angle of 336.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7557C is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18385124-
CMYK00.540.320.28
HSL336.12º40.5%52.55%-
HSV(B)336.12º53.55%71.76%-
XYZ26.4218.0221.15-
YUV118.75130.97173.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=46.68%
G=21.68%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838512400.540.320.28336.1240.552.55
HexB7557C036201C1502835
Octal26712517406640345205065
Binary1011011110101011111100011011010000011100101010000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7557C; }

 p { color: rgb(183,85,124); }

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

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

 a { background-color: rgb(183,85,124); }

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

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

 span { border-color: rgb(183,85,124); }

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