#B7457A

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

Shades of Royal Heath #B7457A

Tints of Royal Heath #B7457A

Color information

#B7457A (or 0xB7457A) is unknown color: approx Royal Heath. HEX triplet: B7, 45 and 7A. RGB value is (183,69,122). Sum of RGB (Red+Green+Blue) = 183+69+122=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7457A is #48BA85. Grayscale: #6D6D6D. Windows color (decimal): -4766342 or 8013239. OLE color: 8013239.

HSL color Cylindrical-coordinate representation of color #B7457A: hue angle of 332.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7457A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18369122-
CMYK00.620.330.28
HSL332.11º45.24%49.41%-
HSV(B)332.11º62.3%71.76%-
XYZ25.1715.7320.12-
YUV109.13135.27180.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=48.93%
G=18.45%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836912200.620.330.28332.1145.2449.41
HexB7457A03E211C14c2d31
Octal26710517207641345145561
Binary1011011110001011111010011111010000111100101001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7457A; }

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

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

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

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

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

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

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

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