#b35a7d

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

Shades of Royal Heath #B35A7D

Tints of Royal Heath #B35A7D

Color information

#B35A7D (or 0xB35A7D) is unknown color: approx Royal Heath. HEX triplet: B3, 5A and 7D. RGB value is (179,90,125). Sum of RGB (Red+Green+Blue) = 179+90+125=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A7D is #4CA582. Grayscale: #787878. Windows color (decimal): -5023107 or 8215219. OLE color: 8215219.

HSL color Cylindrical-coordinate representation of color #B35A7D: hue angle of 336.4º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35A7D is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB17990125-
CMYK00.500.300.30
HSL336.4º36.93%52.75%-
HSV(B)336.4º49.72%70.2%-
XYZ25.9518.3821.58-
YUV120.6130.49169.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=45.43%
G=22.84%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799012500.500.300.30336.436.9352.75
HexB35A7D0321E1E1502535
Octal26313217506236365204565
Binary101100111011010111110101100101111011110101010000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b35a7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b35a7d; }

 p { color: rgb(179,90,125); }

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

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

 a { background-color: rgb(179,90,125); }

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

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

 span { border-color: rgb(179,90,125); }

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