#B4416B

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

Shades of Royal Heath #B4416B

Tints of Royal Heath #B4416B

Color information

#B4416B (or 0xB4416B) is unknown color: approx Royal Heath. HEX triplet: B4, 41 and 6B. RGB value is (180,65,107). Sum of RGB (Red+Green+Blue) = 180+65+107=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B4416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4416B is #4BBE94. Grayscale: #686868. Windows color (decimal): -4963989 or 7029172. OLE color: 7029172.

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

Color convert

RGB18065107-
CMYK00.640.410.29
HSL338.09º46.94%48.04%-
HSV(B)338.09º63.89%70.59%-
XYZ23.3714.5515.49-
YUV104.17129.6182.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=51.14%
G=18.47%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806510700.640.410.29338.0946.9448.04
HexB4416B040291D1522f30
Octal264101153010051355225760
Binary10110100100000111010110100000010100111101101010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4416B; }

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

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

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

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

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

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

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

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