#B2406E

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

Shades of Royal Heath #B2406E

Tints of Royal Heath #B2406E

Color information

#B2406E (or 0xB2406E) is unknown color: approx Royal Heath. HEX triplet: B2, 40 and 6E. RGB value is (178,64,110). Sum of RGB (Red+Green+Blue) = 178+64+110=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2406E is #4DBF91. Grayscale: #676767. Windows color (decimal): -5095314 or 7225522. OLE color: 7225522.

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

Color convert

RGB17864110-
CMYK00.640.380.30
HSL335.79º47.11%47.45%-
HSV(B)335.79º64.04%69.8%-
XYZ23.0114.2616.29-
YUV103.33131.77181.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=50.57%
G=18.18%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786411000.640.380.30335.7947.1147.45
HexB2406E040261E1502f2f
Octal262100156010046365205757
Binary10110010100000011011100100000010011011110101010000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2406E; }

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

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

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

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

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

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

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

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