#B7467A

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

Shades of Royal Heath #B7467A

Tints of Royal Heath #B7467A

Color information

#B7467A (or 0xB7467A) is unknown color: approx Royal Heath. HEX triplet: B7, 46 and 7A. RGB value is (183,70,122). Sum of RGB (Red+Green+Blue) = 183+70+122=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7467A is #48B985. Grayscale: #6D6D6D. Windows color (decimal): -4766086 or 8013495. OLE color: 8013495.

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

Color convert

RGB18370122-
CMYK00.620.330.28
HSL332.39º44.66%49.61%-
HSV(B)332.39º61.75%71.76%-
XYZ25.2315.8520.14-
YUV109.71134.94180.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 70 (27.73% from 255) = 18.67%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=48.8%
G=18.67%
B=32.53%

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
Decimal1837012200.620.330.28332.3944.6649.61
HexB7467A03E211C14c2d32
Octal26710617207641345145562
Binary1011011110001101111010011111010000111100101001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7467A; }

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

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

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

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

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

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

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

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