#B63670

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

Shades of Royal Heath #B63670

Tints of Royal Heath #B63670

Color information

#B63670 (or 0xB63670) is unknown color: approx Royal Heath. HEX triplet: B6, 36 and 70. RGB value is (182,54,112). Sum of RGB (Red+Green+Blue) = 182+54+112=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B63670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63670 is #49C98F. Grayscale: #626262. Windows color (decimal): -4835728 or 7354038. OLE color: 7354038.

HSL color Cylindrical-coordinate representation of color #B63670: hue angle of 332.81º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63670 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18254112-
CMYK00.700.380.29
HSL332.81º54.24%46.27%-
HSV(B)332.81º70.33%71.37%-
XYZ23.5413.7516.74-
YUV98.88135.41187.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 54 (21.48% from 255) = 15.52%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=52.30%
G=15.52%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825411200.700.380.29332.8154.2446.27
HexB63670046261D14d362e
Octal26666160010646355156656
Binary1011011011011011100000100011010011011101101001101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63670; }

 p { color: rgb(182,54,112); }

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

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

 a { background-color: rgb(182,54,112); }

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

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

 span { border-color: rgb(182,54,112); }

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