#B7547A

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

Shades of Royal Heath #B7547A

Tints of Royal Heath #B7547A

Color information

#B7547A (or 0xB7547A) is unknown color: approx Royal Heath. HEX triplet: B7, 54 and 7A. RGB value is (183,84,122). Sum of RGB (Red+Green+Blue) = 183+84+122=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7547A is #48AB85. Grayscale: #757575. Windows color (decimal): -4762502 or 8017079. OLE color: 8017079.

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

Color convert

RGB18384122-
CMYK00.540.330.28
HSL336.97º40.74%52.35%-
HSV(B)336.97º54.1%71.76%-
XYZ26.2117.8120.47-
YUV117.93130.3174.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=47.04%
G=21.59%
B=31.36%

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
Decimal1838412200.540.330.28336.9740.7452.35
HexB7547A036211C1512934
Octal26712417206641345215164
Binary1011011110101001111010011011010000111100101010001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7547A; }

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

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

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

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

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

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

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

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