#B2416F

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

Shades of Royal Heath #B2416F

Tints of Royal Heath #B2416F

Color information

#B2416F (or 0xB2416F) is unknown color: approx Royal Heath. HEX triplet: B2, 41 and 6F. RGB value is (178,65,111). Sum of RGB (Red+Green+Blue) = 178+65+111=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2416F is #4DBE90. Grayscale: #676767. Windows color (decimal): -5095057 or 7291314. OLE color: 7291314.

HSL color Cylindrical-coordinate representation of color #B2416F: hue angle of 335.58º 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 #B2416F is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17865111-
CMYK00.630.380.30
HSL335.58º46.5%47.65%-
HSV(B)335.58º63.48%69.8%-
XYZ23.1214.3916.6-
YUV104.03131.94180.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 65 (25.78% from 255) = 18.36%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=50.28%
G=18.36%
B=31.36%

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
Decimal1786511100.630.380.30335.5846.547.65
HexB2416F03F261E1502f30
Octal26210115707746365205760
Binary1011001010000011101111011111110011011110101010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2416F; }

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

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

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

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

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

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

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

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