#B35277

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

Shades of Royal Heath #B35277

Tints of Royal Heath #B35277

Color information

#B35277 (or 0xB35277) is unknown color: approx Royal Heath. HEX triplet: B3, 52 and 77. RGB value is (179,82,119). Sum of RGB (Red+Green+Blue) = 179+82+119=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B35277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35277 is #4CAD88. Grayscale: #737373. Windows color (decimal): -5025161 or 7819955. OLE color: 7819955.

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

Color convert

RGB17982119-
CMYK00.540.340.30
HSL337.11º38.96%51.18%-
HSV(B)337.11º54.19%70.2%-
XYZ24.9416.9519.41-
YUV115.22130.14173.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=47.11%
G=21.58%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798211900.540.340.30337.1138.9651.18
HexB35277036221E1512733
Octal26312216706642365214763
Binary1011001110100101110111011011010001011110101010001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35277; }

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

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

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

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

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

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

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

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