#B35272

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

Shades of Royal Heath #B35272

Tints of Royal Heath #B35272

Color information

#B35272 (or 0xB35272) is unknown color: approx Royal Heath. HEX triplet: B3, 52 and 72. RGB value is (179,82,114). Sum of RGB (Red+Green+Blue) = 179+82+114=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B35272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35272 is #4CAD8D. Grayscale: #727272. Windows color (decimal): -5025166 or 7492275. OLE color: 7492275.

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

Color convert

RGB17982114-
CMYK00.540.360.30
HSL340.21º38.96%51.18%-
HSV(B)340.21º54.19%70.2%-
XYZ24.6416.8317.87-
YUV114.65127.64173.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=47.73%
G=21.87%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798211400.540.360.30340.2138.9651.18
HexB35272036241E1542733
Octal26312216206644365244763
Binary1011001110100101110010011011010010011110101010100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35272; }

 p { color: rgb(179,82,114); }

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

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

 a { background-color: rgb(179,82,114); }

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

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

 span { border-color: rgb(179,82,114); }

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