#B75171

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

Shades of Royal Heath #B75171

Tints of Royal Heath #B75171

Color information

#B75171 (or 0xB75171) is unknown color: approx Royal Heath. HEX triplet: B7, 51 and 71. RGB value is (183,81,113). Sum of RGB (Red+Green+Blue) = 183+81+113=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B75171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75171 is #48AE8E. Grayscale: #737373. Windows color (decimal): -4763279 or 7426487. OLE color: 7426487.

HSL color Cylindrical-coordinate representation of color #B75171: hue angle of 341.18º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75171 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18381113-
CMYK00.560.380.28
HSL341.18º41.46%51.76%-
HSV(B)341.18º55.74%71.76%-
XYZ25.4517.1417.59-
YUV115.15126.79176.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=48.54%
G=21.49%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838111300.560.380.28341.1841.4651.76
HexB75171038261C1552934
Octal26712116107046345255164
Binary1011011110100011110001011100010011011100101010101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75171; }

 p { color: rgb(183,81,113); }

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

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

 a { background-color: rgb(183,81,113); }

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

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

 span { border-color: rgb(183,81,113); }

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