#B45182

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

Shades of Royal Heath #B45182

Tints of Royal Heath #B45182

Color information

#B45182 (or 0xB45182) is unknown color: approx Royal Heath. HEX triplet: B4, 51 and 82. RGB value is (180,81,130). Sum of RGB (Red+Green+Blue) = 180+81+130=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B45182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45182 is #4BAE7D. Grayscale: #747474. Windows color (decimal): -4959870 or 8540596. OLE color: 8540596.

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

Color convert

RGB18081130-
CMYK00.550.280.29
HSL330.3º39.76%51.18%-
HSV(B)330.3º55%70.59%-
XYZ25.7917.223.08-
YUV116.19135.8173.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=46.04%
G=20.72%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808113000.550.280.29330.339.7651.18
HexB451820371C1D14a2833
Octal26412120206734355125063
Binary1011010010100011000001001101111110011101101001010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45182; }

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

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

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

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

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

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

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

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