#B4456B

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

Shades of Royal Heath #B4456B

Tints of Royal Heath #B4456B

Color information

#B4456B (or 0xB4456B) is unknown color: approx Royal Heath. HEX triplet: B4, 45 and 6B. RGB value is (180,69,107). Sum of RGB (Red+Green+Blue) = 180+69+107=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4456B is #4BBA94. Grayscale: #6A6A6A. Windows color (decimal): -4962965 or 7030196. OLE color: 7030196.

HSL color Cylindrical-coordinate representation of color #B4456B: hue angle of 339.46º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4456B is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18069107-
CMYK00.620.410.29
HSL339.46º44.58%48.82%-
HSV(B)339.46º61.67%70.59%-
XYZ23.615.0215.57-
YUV106.52128.27180.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=50.56%
G=19.38%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806910700.620.410.29339.4644.5848.82
HexB4456B03E291D1532d31
Octal26410515307651355235561
Binary1011010010001011101011011111010100111101101010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4456B; }

 p { color: rgb(180,69,107); }

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

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

 a { background-color: rgb(180,69,107); }

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

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

 span { border-color: rgb(180,69,107); }

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