#B45C7E

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

Shades of Royal Heath #B45C7E

Tints of Royal Heath #B45C7E

Color information

#B45C7E (or 0xB45C7E) is unknown color: approx Royal Heath. HEX triplet: B4, 5C and 7E. RGB value is (180,92,126). Sum of RGB (Red+Green+Blue) = 180+92+126=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C7E is #4BA381. Grayscale: #7A7A7A. Windows color (decimal): -4957058 or 8281268. OLE color: 8281268.

HSL color Cylindrical-coordinate representation of color #B45C7E: hue angle of 336.82º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45C7E is Cyan = 0, Magento = 0.49, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB18092126-
CMYK00.490.30.29
HSL336.82º36.97%53.33%-
HSV(B)336.82º48.89%70.59%-
XYZ26.4218.8621.99-
YUV122.19130.15169.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=45.23%
G=23.12%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809212600.490.30.29336.8236.9753.33
HexB45C7E0311E1D1512535
Octal26413417606136355214565
Binary101101001011100111111001100011111011101101010001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C7E; }

 p { color: rgb(180,92,126); }

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

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

 a { background-color: rgb(180,92,126); }

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

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

 span { border-color: rgb(180,92,126); }

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