#B75678

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

Shades of Royal Heath #B75678

Tints of Royal Heath #B75678

Color information

#B75678 (or 0xB75678) is unknown color: approx Royal Heath. HEX triplet: B7, 56 and 78. RGB value is (183,86,120). Sum of RGB (Red+Green+Blue) = 183+86+120=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B75678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75678 is #48A987. Grayscale: #767676. Windows color (decimal): -4761992 or 7886519. OLE color: 7886519.

HSL color Cylindrical-coordinate representation of color #B75678: hue angle of 338.97º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B75678 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB18386120-
CMYK00.530.340.28
HSL338.97º40.25%52.75%-
HSV(B)338.97º53.01%71.76%-
XYZ26.2518.0819.88-
YUV118.88128.64173.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=47.04%
G=22.11%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838612000.530.340.28338.9740.2552.75
HexB75678035221C1532835
Octal26712617006542345235065
Binary1011011110101101111000011010110001011100101010011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75678; }

 p { color: rgb(183,86,120); }

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

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

 a { background-color: rgb(183,86,120); }

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

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

 span { border-color: rgb(183,86,120); }

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