#B7547F

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

Shades of Royal Heath #B7547F

Tints of Royal Heath #B7547F

Color information

#B7547F (or 0xB7547F) is unknown color: approx Royal Heath. HEX triplet: B7, 54 and 7F. RGB value is (183,84,127). Sum of RGB (Red+Green+Blue) = 183+84+127=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7547F is #48AB80. Grayscale: #767676. Windows color (decimal): -4762497 or 8344759. OLE color: 8344759.

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

Color convert

RGB18384127-
CMYK00.540.310.28
HSL333.94º40.74%52.35%-
HSV(B)333.94º54.1%71.76%-
XYZ26.5317.9422.14-
YUV118.5132.8174-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 127 (50% from 255) = 32.23%
R=46.45%
G=21.32%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838412700.540.310.28333.9440.7452.35
HexB7547F0361F1C14e2934
Octal26712417706637345165164
Binary101101111010100111111101101101111111100101001110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7547F; }

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

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

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

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

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

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

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

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