#B4416E

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

Shades of Royal Heath #B4416E

Tints of Royal Heath #B4416E

Color information

#B4416E (or 0xB4416E) is unknown color: approx Royal Heath. HEX triplet: B4, 41 and 6E. RGB value is (180,65,110). Sum of RGB (Red+Green+Blue) = 180+65+110=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4416E is #4BBE91. Grayscale: #686868. Windows color (decimal): -4963986 or 7225780. OLE color: 7225780.

HSL color Cylindrical-coordinate representation of color #B4416E: hue angle of 336.52º degrees, saturation: 0.47, 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 #B4416E is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18065110-
CMYK00.640.390.29
HSL336.52º46.94%48.04%-
HSV(B)336.52º63.89%70.59%-
XYZ23.5314.6116.33-
YUV104.52131.1181.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=50.70%
G=18.31%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806511000.640.390.29336.5246.9448.04
HexB4416E040271D1512f30
Octal264101156010047355215760
Binary10110100100000111011100100000010011111101101010001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4416E; }

 p { color: rgb(180,65,110); }

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

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

 a { background-color: rgb(180,65,110); }

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

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

 span { border-color: rgb(180,65,110); }

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