#B15372

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

Shades of Royal Heath #B15372

Tints of Royal Heath #B15372

Color information

#B15372 (or 0xB15372) is unknown color: approx Royal Heath. HEX triplet: B1, 53 and 72. RGB value is (177,83,114). Sum of RGB (Red+Green+Blue) = 177+83+114=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B15372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15372 is #4EAC8D. Grayscale: #727272. Windows color (decimal): -5155982 or 7492529. OLE color: 7492529.

HSL color Cylindrical-coordinate representation of color #B15372: hue angle of 340.21º 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 #B15372 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17783114-
CMYK00.530.360.31
HSL340.21º37.6%50.98%-
HSV(B)340.21º53.11%69.41%-
XYZ24.2616.7517.87-
YUV114.64127.64172.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 83 (32.81% from 255) = 22.19%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=47.33%
G=22.19%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778311400.530.360.31340.2137.650.98
HexB15372035241F1542633
Octal26112316206544375244663
Binary1011000110100111110010011010110010011111101010100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15372; }

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

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

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

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

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

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

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

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