#B2416E

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

Shades of Royal Heath #B2416E

Tints of Royal Heath #B2416E

Color information

#B2416E (or 0xB2416E) is unknown color: approx Royal Heath. HEX triplet: B2, 41 and 6E. RGB value is (178,65,110). Sum of RGB (Red+Green+Blue) = 178+65+110=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2416E is #4DBE91. Grayscale: #676767. Windows color (decimal): -5095058 or 7225778. OLE color: 7225778.

HSL color Cylindrical-coordinate representation of color #B2416E: hue angle of 336.11º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2416E is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17865110-
CMYK00.630.380.30
HSL336.11º46.5%47.65%-
HSV(B)336.11º63.48%69.8%-
XYZ23.0614.3716.31-
YUV103.92131.44180.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.42%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=50.42%
G=18.41%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786511000.630.380.30336.1146.547.65
HexB2416E03F261E1502f30
Octal26210115607746365205760
Binary1011001010000011101110011111110011011110101010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2416E; }

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

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

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

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

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

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

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

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