#B35775

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

Shades of Royal Heath #B35775

Tints of Royal Heath #B35775

Color information

#B35775 (or 0xB35775) is unknown color: approx Royal Heath. HEX triplet: B3, 57 and 75. RGB value is (179,87,117). Sum of RGB (Red+Green+Blue) = 179+87+117=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B35775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35775 is #4CA88A. Grayscale: #757575. Windows color (decimal): -5023883 or 7690163. OLE color: 7690163.

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

Color convert

RGB17987117-
CMYK00.510.350.30
HSL340.43º37.7%52.16%-
HSV(B)340.43º51.4%70.2%-
XYZ25.2117.6818.91-
YUV117.93127.48171.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=46.74%
G=22.72%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798711700.510.350.30340.4337.752.16
HexB35775033231E1542634
Octal26312716506343365244664
Binary1011001110101111110101011001110001111110101010100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35775; }

 p { color: rgb(179,87,117); }

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

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

 a { background-color: rgb(179,87,117); }

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

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

 span { border-color: rgb(179,87,117); }

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