#B05182

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

Shades of Royal Heath #B05182

Tints of Royal Heath #B05182

Color information

#B05182 (or 0xB05182) is unknown color: approx Royal Heath. HEX triplet: B0, 51 and 82. RGB value is (176,81,130). Sum of RGB (Red+Green+Blue) = 176+81+130=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B05182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05182 is #4FAE7D. Grayscale: #727272. Windows color (decimal): -5222014 or 8540592. OLE color: 8540592.

HSL color Cylindrical-coordinate representation of color #B05182: hue angle of 329.05º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05182 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17681130-
CMYK00.540.260.31
HSL329.05º37.55%50.39%-
HSV(B)329.05º53.98%69.02%-
XYZ24.8816.7323.04-
YUV114.99136.47171.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 81 (32.03% from 255) = 20.93%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=45.48%
G=20.93%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768113000.540.260.31329.0537.5550.39
HexB051820361A1F1492632
Octal26012120206632375114662
Binary1011000010100011000001001101101101011111101001001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05182; }

 p { color: rgb(176,81,130); }

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

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

 a { background-color: rgb(176,81,130); }

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

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

 span { border-color: rgb(176,81,130); }

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