#B63874

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

Shades of Royal Heath #B63874

Tints of Royal Heath #B63874

Color information

#B63874 (or 0xB63874) is unknown color: approx Royal Heath. HEX triplet: B6, 38 and 74. RGB value is (182,56,116). Sum of RGB (Red+Green+Blue) = 182+56+116=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B63874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63874 is #49C78B. Grayscale: #646464. Windows color (decimal): -4835212 or 7616694. OLE color: 7616694.

HSL color Cylindrical-coordinate representation of color #B63874: hue angle of 331.43º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63874 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18256116-
CMYK00.690.360.29
HSL331.43º52.94%46.67%-
HSV(B)331.43º69.23%71.37%-
XYZ23.8614.0317.97-
YUV100.51136.74186.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.41%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=51.41%
G=15.82%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825611600.690.360.29331.4352.9446.67
HexB63874045241D14b352f
Octal26670164010544355136557
Binary1011011011100011101000100010110010011101101001011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63874; }

 p { color: rgb(182,56,116); }

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

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

 a { background-color: rgb(182,56,116); }

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

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

 span { border-color: rgb(182,56,116); }

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