#B8416A

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

Shades of Royal Heath #B8416A

Tints of Royal Heath #B8416A

Color information

#B8416A (or 0xB8416A) is unknown color: approx Royal Heath. HEX triplet: B8, 41 and 6A. RGB value is (184,65,106). Sum of RGB (Red+Green+Blue) = 184+65+106=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B8416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8416A is #47BE95. Grayscale: #696969. Windows color (decimal): -4701846 or 6963640. OLE color: 6963640.

HSL color Cylindrical-coordinate representation of color #B8416A: hue angle of 339.33º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8416A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18465106-
CMYK00.650.420.28
HSL339.33º47.79%48.82%-
HSV(B)339.33º64.67%72.16%-
XYZ24.2615.0115.25-
YUV105.26128.42184.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=51.83%
G=18.31%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846510600.650.420.28339.3347.7948.82
HexB8416A0412A1C1533031
Octal270101152010152345236061
Binary10111000100000111010100100000110101011100101010011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8416A; }

 p { color: rgb(184,65,106); }

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

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

 a { background-color: rgb(184,65,106); }

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

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

 span { border-color: rgb(184,65,106); }

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