#B73670

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

Shades of Royal Heath #B73670

Tints of Royal Heath #B73670

Color information

#B73670 (or 0xB73670) is unknown color: approx Royal Heath. HEX triplet: B7, 36 and 70. RGB value is (183,54,112). Sum of RGB (Red+Green+Blue) = 183+54+112=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B73670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73670 is #48C98F. Grayscale: #636363. Windows color (decimal): -4770192 or 7354039. OLE color: 7354039.

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

Color convert

RGB18354112-
CMYK00.700.390.28
HSL333.02º54.43%46.47%-
HSV(B)333.02º70.49%71.76%-
XYZ23.7713.8816.75-
YUV99.18135.24187.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.44%
GREEN value IS 54 (21.48% from 255) = 15.47%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=52.44%
G=15.47%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835411200.700.390.28333.0254.4346.47
HexB73670046271C14d362e
Octal26766160010647345156656
Binary1011011111011011100000100011010011111100101001101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73670; }

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

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

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

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

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

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

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

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