#B65176

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

Shades of Royal Heath #B65176

Tints of Royal Heath #B65176

Color information

#B65176 (or 0xB65176) is unknown color: approx Royal Heath. HEX triplet: B6, 51 and 76. RGB value is (182,81,118). Sum of RGB (Red+Green+Blue) = 182+81+118=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B65176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65176 is #49AE89. Grayscale: #737373. Windows color (decimal): -4828810 or 7754166. OLE color: 7754166.

HSL color Cylindrical-coordinate representation of color #B65176: hue angle of 338.02º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65176 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18281118-
CMYK00.550.350.29
HSL338.02º40.89%51.57%-
HSV(B)338.02º55.49%71.37%-
XYZ25.517.1419.1-
YUV115.42129.46175.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=47.77%
G=21.26%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828111800.550.350.29338.0240.8951.57
HexB65176037231D1522934
Octal26612116606743355225164
Binary1011011010100011110110011011110001111101101010010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65176; }

 p { color: rgb(182,81,118); }

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

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

 a { background-color: rgb(182,81,118); }

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

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

 span { border-color: rgb(182,81,118); }

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