#B35373

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

Shades of Royal Heath #B35373

Tints of Royal Heath #B35373

Color information

#B35373 (or 0xB35373) is unknown color: approx Royal Heath. HEX triplet: B3, 53 and 73. RGB value is (179,83,115). Sum of RGB (Red+Green+Blue) = 179+83+115=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B35373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35373 is #4CAC8C. Grayscale: #737373. Windows color (decimal): -5024909 or 7558067. OLE color: 7558067.

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

Color convert

RGB17983115-
CMYK00.540.360.30
HSL340º38.71%51.37%-
HSV(B)340º53.63%70.2%-
XYZ24.7817.0118.2-
YUV115.35127.8173.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=47.48%
G=22.02%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798311500.540.360.3034038.7151.37
HexB35373036241E1542733
Octal26312316306644365244763
Binary1011001110100111110011011011010010011110101010100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35373; }

 p { color: rgb(179,83,115); }

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

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

 a { background-color: rgb(179,83,115); }

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

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

 span { border-color: rgb(179,83,115); }

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