#B43772

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

Shades of Royal Heath #B43772

Tints of Royal Heath #B43772

Color information

#B43772 (or 0xB43772) is unknown color: approx Royal Heath. HEX triplet: B4, 37 and 72. RGB value is (180,55,114). Sum of RGB (Red+Green+Blue) = 180+55+114=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B43772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43772 is #4BC88D. Grayscale: #626262. Windows color (decimal): -4966542 or 7485364. OLE color: 7485364.

HSL color Cylindrical-coordinate representation of color #B43772: hue angle of 331.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43772 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18055114-
CMYK00.690.370.29
HSL331.68º53.19%46.08%-
HSV(B)331.68º69.44%70.59%-
XYZ23.2313.6517.33-
YUV99.1136.41185.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 55 (21.88% from 255) = 15.76%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=51.58%
G=15.76%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805511400.690.370.29331.6853.1946.08
HexB43772045251D14c352e
Octal26467162010545355146556
Binary1011010011011111100100100010110010111101101001100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43772; }

 p { color: rgb(180,55,114); }

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

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

 a { background-color: rgb(180,55,114); }

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

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

 span { border-color: rgb(180,55,114); }

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