#B7547C

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

Shades of Royal Heath #B7547C

Tints of Royal Heath #B7547C

Color information

#B7547C (or 0xB7547C) is unknown color: approx Royal Heath. HEX triplet: B7, 54 and 7C. RGB value is (183,84,124). Sum of RGB (Red+Green+Blue) = 183+84+124=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7547C is #48AB83. Grayscale: #767676. Windows color (decimal): -4762500 or 8148151. OLE color: 8148151.

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

Color convert

RGB18384124-
CMYK00.540.320.28
HSL335.76º40.74%52.35%-
HSV(B)335.76º54.1%71.76%-
XYZ26.3417.8621.13-
YUV118.16131.3174.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=46.80%
G=21.48%
B=31.71%

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
Decimal1838412400.540.320.28335.7640.7452.35
HexB7547C036201C1502934
Octal26712417406640345205164
Binary1011011110101001111100011011010000011100101010000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7547C; }

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

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

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

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

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

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

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

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