#B75073

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

Shades of Royal Heath #B75073

Tints of Royal Heath #B75073

Color information

#B75073 (or 0xB75073) is unknown color: approx Royal Heath. HEX triplet: B7, 50 and 73. RGB value is (183,80,115). Sum of RGB (Red+Green+Blue) = 183+80+115=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B75073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75073 is #48AF8C. Grayscale: #727272. Windows color (decimal): -4763533 or 7557303. OLE color: 7557303.

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

Color convert

RGB18380115-
CMYK00.560.370.28
HSL339.61º41.7%51.57%-
HSV(B)339.61º56.28%71.76%-
XYZ25.4917.0418.17-
YUV114.79128.12176.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=48.41%
G=21.16%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838011500.560.370.28339.6141.751.57
HexB75073038251C1542a34
Octal26712016307045345245264
Binary1011011110100001110011011100010010111100101010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75073; }

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

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

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

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

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

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

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

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