#B35D7D

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

Shades of Royal Heath #B35D7D

Tints of Royal Heath #B35D7D

Color information

#B35D7D (or 0xB35D7D) is unknown color: approx Royal Heath. HEX triplet: B3, 5D and 7D. RGB value is (179,93,125). Sum of RGB (Red+Green+Blue) = 179+93+125=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D7D is #4CA282. Grayscale: #7A7A7A. Windows color (decimal): -5022339 or 8215987. OLE color: 8215987.

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

Color convert

RGB17993125-
CMYK00.480.300.30
HSL337.67º36.13%53.33%-
HSV(B)337.67º48.04%70.2%-
XYZ26.2118.8921.67-
YUV122.36129.49168.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=45.09%
G=23.43%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799312500.480.300.30337.6736.1353.33
HexB35D7D0301E1E1522435
Octal26313517506036365224465
Binary101100111011101111110101100001111011110101010010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D7D; }

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

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

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

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

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

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

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

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