#B35A81

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

Shades of Royal Heath #B35A81

Tints of Royal Heath #B35A81

Color information

#B35A81 (or 0xB35A81) is unknown color: approx Royal Heath. HEX triplet: B3, 5A and 81. RGB value is (179,90,129). Sum of RGB (Red+Green+Blue) = 179+90+129=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35A81 is #4CA57E. Grayscale: #787878. Windows color (decimal): -5023103 or 8477363. OLE color: 8477363.

HSL color Cylindrical-coordinate representation of color #B35A81: hue angle of 333.71º 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 #B35A81 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB17990129-
CMYK00.500.280.30
HSL333.71º36.93%52.75%-
HSV(B)333.71º49.72%70.2%-
XYZ26.2118.4822.95-
YUV121.06132.49169.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=44.97%
G=22.61%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799012900.500.280.30333.7136.9352.75
HexB35A810321C1E14e2535
Octal26313220106234365164565
Binary1011001110110101000000101100101110011110101001110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A81; }

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

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

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

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

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

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

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

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