#B35270

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

Shades of Royal Heath #B35270

Tints of Royal Heath #B35270

Color information

#B35270 (or 0xB35270) is unknown color: approx Royal Heath. HEX triplet: B3, 52 and 70. RGB value is (179,82,112). Sum of RGB (Red+Green+Blue) = 179+82+112=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B35270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35270 is #4CAD8F. Grayscale: #727272. Windows color (decimal): -5025168 or 7361203. OLE color: 7361203.

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

Color convert

RGB17982112-
CMYK00.540.370.30
HSL341.44º38.96%51.18%-
HSV(B)341.44º54.19%70.2%-
XYZ24.5316.7917.28-
YUV114.42126.64174.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=47.99%
G=21.98%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798211200.540.370.30341.4438.9651.18
HexB35270036251E1552733
Octal26312216006645365254763
Binary1011001110100101110000011011010010111110101010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35270; }

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

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

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

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

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

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

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

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