#B43F6D

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

Shades of Royal Heath #B43F6D

Tints of Royal Heath #B43F6D

Color information

#B43F6D (or 0xB43F6D) is unknown color: approx Royal Heath. HEX triplet: B4, 3F and 6D. RGB value is (180,63,109). Sum of RGB (Red+Green+Blue) = 180+63+109=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43F6D is #4BC092. Grayscale: #676767. Windows color (decimal): -4964499 or 7159732. OLE color: 7159732.

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

Color convert

RGB18063109-
CMYK00.650.390.29
HSL336.41º48.15%47.65%-
HSV(B)336.41º65%70.59%-
XYZ23.3614.3616.01-
YUV103.23131.26182.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 63 (25% from 255) = 17.90%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=51.14%
G=17.90%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806310900.650.390.29336.4148.1547.65
HexB43F6D041271D1503030
Octal26477155010147355206060
Binary1011010011111111011010100000110011111101101010000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43F6D; }

 p { color: rgb(180,63,109); }

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

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

 a { background-color: rgb(180,63,109); }

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

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

 span { border-color: rgb(180,63,109); }

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