#B45C7B

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

Shades of Royal Heath #B45C7B

Tints of Royal Heath #B45C7B

Color information

#B45C7B (or 0xB45C7B) is unknown color: approx Royal Heath. HEX triplet: B4, 5C and 7B. RGB value is (180,92,123). Sum of RGB (Red+Green+Blue) = 180+92+123=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C7B is #4BA384. Grayscale: #797979. Windows color (decimal): -4957061 or 8084660. OLE color: 8084660.

HSL color Cylindrical-coordinate representation of color #B45C7B: hue angle of 338.86º 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 #B45C7B is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18092123-
CMYK00.490.320.29
HSL338.86º36.97%53.33%-
HSV(B)338.86º48.89%70.59%-
XYZ26.2218.7920.98-
YUV121.85128.65169.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=45.57%
G=23.29%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809212300.490.320.29338.8636.9753.33
HexB45C7B031201D1532535
Octal26413417306140355234565
Binary1011010010111001111011011000110000011101101010011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C7B; }

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

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

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

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

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

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

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

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