#B15378

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

Shades of Royal Heath #B15378

Tints of Royal Heath #B15378

Color information

#B15378 (or 0xB15378) is unknown color: approx Royal Heath. HEX triplet: B1, 53 and 78. RGB value is (177,83,120). Sum of RGB (Red+Green+Blue) = 177+83+120=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B15378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15378 is #4EAC87. Grayscale: #737373. Windows color (decimal): -5155976 or 7885745. OLE color: 7885745.

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

Color convert

RGB17783120-
CMYK00.530.320.31
HSL336.38º37.6%50.98%-
HSV(B)336.38º53.11%69.41%-
XYZ24.6116.8919.73-
YUV115.32130.64171.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 120 (47.27% from 255) = 31.58%
R=46.58%
G=21.84%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778312000.530.320.31336.3837.650.98
HexB15378035201F1502633
Octal26112317006540375204663
Binary1011000110100111111000011010110000011111101010000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15378; }

 p { color: rgb(177,83,120); }

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

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

 a { background-color: rgb(177,83,120); }

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

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

 span { border-color: rgb(177,83,120); }

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