#B75071

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

Shades of Royal Heath #B75071

Tints of Royal Heath #B75071

Color information

#B75071 (or 0xB75071) is unknown color: approx Royal Heath. HEX triplet: B7, 50 and 71. RGB value is (183,80,113). Sum of RGB (Red+Green+Blue) = 183+80+113=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B75071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75071 is #48AF8E. Grayscale: #727272. Windows color (decimal): -4763535 or 7426231. OLE color: 7426231.

HSL color Cylindrical-coordinate representation of color #B75071: hue angle of 340.78º degrees, saturation: 0.42, 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 #B75071 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18380113-
CMYK00.560.380.28
HSL340.78º41.7%51.57%-
HSV(B)340.78º56.28%71.76%-
XYZ25.381717.57-
YUV114.56127.12176.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.67%
GREEN value IS 80 (31.64% from 255) = 21.28%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=48.67%
G=21.28%
B=30.05%

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
Decimal1838011300.560.380.28340.7841.751.57
HexB75071038261C1552a34
Octal26712016107046345255264
Binary1011011110100001110001011100010011011100101010101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75071; }

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

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

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

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

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

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

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

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