#b44070

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

Shades of Royal Heath #B44070

Tints of Royal Heath #B44070

Color information

#B44070 (or 0xB44070) is unknown color: approx Royal Heath. HEX triplet: B4, 40 and 70. RGB value is (180,64,112). Sum of RGB (Red+Green+Blue) = 180+64+112=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B44070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44070 is #4BBF8F. Grayscale: #686868. Windows color (decimal): -4964240 or 7356596. OLE color: 7356596.

HSL color Cylindrical-coordinate representation of color #B44070: hue angle of 335.17º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44070 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18064112-
CMYK00.640.380.29
HSL335.17º47.54%47.84%-
HSV(B)335.17º64.44%70.59%-
XYZ23.5814.5416.89-
YUV104.16132.43182.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=50.56%
G=17.98%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806411200.640.380.29335.1747.5447.84
HexB44070040261D14f3030
Octal264100160010046355176060
Binary10110100100000011100000100000010011011101101001111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44070; }

 p { color: rgb(180,64,112); }

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

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

 a { background-color: rgb(180,64,112); }

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

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

 span { border-color: rgb(180,64,112); }

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