#B15374

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

Shades of Royal Heath #B15374

Tints of Royal Heath #B15374

Color information

#B15374 (or 0xB15374) is unknown color: approx Royal Heath. HEX triplet: B1, 53 and 74. RGB value is (177,83,116). Sum of RGB (Red+Green+Blue) = 177+83+116=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B15374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15374 is #4EAC8B. Grayscale: #727272. Windows color (decimal): -5155980 or 7623601. OLE color: 7623601.

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

Color convert

RGB17783116-
CMYK00.530.340.31
HSL338.94º37.6%50.98%-
HSV(B)338.94º53.11%69.41%-
XYZ24.3816.7918.48-
YUV114.87128.64172.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 83 (32.81% from 255) = 22.07%
BLUE value IS 116 (45.70% from 255) = 30.85%
R=47.07%
G=22.07%
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.31
SystemRedGreenBlueCMYKHSL
Decimal1778311600.530.340.31338.9437.650.98
HexB15374035221F1532633
Octal26112316406542375234663
Binary1011000110100111110100011010110001011111101010011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15374; }

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

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

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

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

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

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

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

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