#B7557A

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

Shades of Royal Heath #B7557A

Tints of Royal Heath #B7557A

Color information

#B7557A (or 0xB7557A) is unknown color: approx Royal Heath. HEX triplet: B7, 55 and 7A. RGB value is (183,85,122). Sum of RGB (Red+Green+Blue) = 183+85+122=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7557A is #48AA85. Grayscale: #767676. Windows color (decimal): -4762246 or 8017335. OLE color: 8017335.

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

Color convert

RGB18385122-
CMYK00.540.330.28
HSL337.35º40.5%52.55%-
HSV(B)337.35º53.55%71.76%-
XYZ26.2917.9720.5-
YUV118.52129.97173.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=46.92%
G=21.79%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838512200.540.330.28337.3540.552.55
HexB7557A036211C1512835
Octal26712517206641345215065
Binary1011011110101011111010011011010000111100101010001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7557A; }

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

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

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

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

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

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

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

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