#B3416E

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

Shades of Royal Heath #B3416E

Tints of Royal Heath #B3416E

Color information

#B3416E (or 0xB3416E) is unknown color: approx Royal Heath. HEX triplet: B3, 41 and 6E. RGB value is (179,65,110). Sum of RGB (Red+Green+Blue) = 179+65+110=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3416E is #4CBE91. Grayscale: #686868. Windows color (decimal): -5029522 or 7225779. OLE color: 7225779.

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

Color convert

RGB17965110-
CMYK00.640.390.30
HSL336.32º46.72%47.84%-
HSV(B)336.32º63.69%70.2%-
XYZ23.314.4916.32-
YUV104.22131.27181.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.56%
GREEN value IS 65 (25.78% from 255) = 18.36%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=50.56%
G=18.36%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796511000.640.390.30336.3246.7247.84
HexB3416E040271E1502f30
Octal263101156010047365205760
Binary10110011100000111011100100000010011111110101010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3416E; }

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

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

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

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

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

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

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

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