#B7507B

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

Shades of Royal Heath #B7507B

Tints of Royal Heath #B7507B

Color information

#B7507B (or 0xB7507B) is unknown color: approx Royal Heath. HEX triplet: B7, 50 and 7B. RGB value is (183,80,123). Sum of RGB (Red+Green+Blue) = 183+80+123=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B7507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7507B is #48AF84. Grayscale: #737373. Windows color (decimal): -4763525 or 8081591. OLE color: 8081591.

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

Color convert

RGB18380123-
CMYK00.560.330.28
HSL334.95º41.7%51.57%-
HSV(B)334.95º56.28%71.76%-
XYZ25.9717.2320.7-
YUV115.7132.12176-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 80 (31.64% from 255) = 20.73%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=47.41%
G=20.73%
B=31.87%

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
Decimal1838012300.560.330.28334.9541.751.57
HexB7507B038211C14f2a34
Octal26712017307041345175264
Binary1011011110100001111011011100010000111100101001111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7507B; }

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

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

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

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

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

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

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

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