#B35C7C

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

Shades of Royal Heath #B35C7C

Tints of Royal Heath #B35C7C

Color information

#B35C7C (or 0xB35C7C) is unknown color: approx Royal Heath. HEX triplet: B3, 5C and 7C. RGB value is (179,92,124). Sum of RGB (Red+Green+Blue) = 179+92+124=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C7C is #4CA383. Grayscale: #797979. Windows color (decimal): -5022596 or 8150195. OLE color: 8150195.

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

Color convert

RGB17992124-
CMYK00.490.310.30
HSL337.93º36.4%53.14%-
HSV(B)337.93º48.6%70.2%-
XYZ26.0618.6921.3-
YUV121.66129.32168.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=45.32%
G=23.29%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799212400.490.310.30337.9336.453.14
HexB35C7C0311F1E1522435
Octal26313417406137365224465
Binary101100111011100111110001100011111111110101010010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C7C; }

 p { color: rgb(179,92,124); }

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

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

 a { background-color: rgb(179,92,124); }

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

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

 span { border-color: rgb(179,92,124); }

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