#B3426F

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

Shades of Royal Heath #B3426F

Tints of Royal Heath #B3426F

Color information

#B3426F (or 0xB3426F) is unknown color: approx Royal Heath. HEX triplet: B3, 42 and 6F. RGB value is (179,66,111). Sum of RGB (Red+Green+Blue) = 179+66+111=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3426F is #4CBD90. Grayscale: #686868. Windows color (decimal): -5029265 or 7291571. OLE color: 7291571.

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

Color convert

RGB17966111-
CMYK00.630.380.30
HSL336.11º46.12%48.04%-
HSV(B)336.11º63.13%70.2%-
XYZ23.4114.6316.63-
YUV104.92131.44180.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=50.28%
G=18.54%
B=31.18%

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
Decimal1796611100.630.380.30336.1146.1248.04
HexB3426F03F261E1502e30
Octal26310215707746365205660
Binary1011001110000101101111011111110011011110101010000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3426F; }

 p { color: rgb(179,66,111); }

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

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

 a { background-color: rgb(179,66,111); }

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

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

 span { border-color: rgb(179,66,111); }

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