#B7507A

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

Shades of Royal Heath #B7507A

Tints of Royal Heath #B7507A

Color information

#B7507A (or 0xB7507A) is unknown color: approx Royal Heath. HEX triplet: B7, 50 and 7A. RGB value is (183,80,122). Sum of RGB (Red+Green+Blue) = 183+80+122=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7507A is #48AF85. Grayscale: #737373. Windows color (decimal): -4763526 or 8016055. OLE color: 8016055.

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

Color convert

RGB18380122-
CMYK00.560.330.28
HSL335.53º41.7%51.57%-
HSV(B)335.53º56.28%71.76%-
XYZ25.9117.2120.37-
YUV115.58131.62176.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=47.53%
G=20.78%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838012200.560.330.28335.5341.751.57
HexB7507A038211C1502a34
Octal26712017207041345205264
Binary1011011110100001111010011100010000111100101010000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7507A; }

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

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

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

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

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

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

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

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