#B7457B

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

Shades of Royal Heath #B7457B

Tints of Royal Heath #B7457B

Color information

#B7457B (or 0xB7457B) is unknown color: approx Royal Heath. HEX triplet: B7, 45 and 7B. RGB value is (183,69,123). Sum of RGB (Red+Green+Blue) = 183+69+123=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7457B is #48BA84. Grayscale: #6D6D6D. Windows color (decimal): -4766341 or 8078775. OLE color: 8078775.

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

Color convert

RGB18369123-
CMYK00.620.330.28
HSL331.58º45.24%49.41%-
HSV(B)331.58º62.3%71.76%-
XYZ25.2315.7520.45-
YUV109.24135.77180.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=48.8%
G=18.4%
B=32.8%

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
Decimal1836912300.620.330.28331.5845.2449.41
HexB7457B03E211C14c2d31
Octal26710517307641345145561
Binary1011011110001011111011011111010000111100101001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7457B; }

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

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

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

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

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

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

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

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