#B75673

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

Shades of Royal Heath #B75673

Tints of Royal Heath #B75673

Color information

#B75673 (or 0xB75673) is unknown color: approx Royal Heath. HEX triplet: B7, 56 and 73. RGB value is (183,86,115). Sum of RGB (Red+Green+Blue) = 183+86+115=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B75673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75673 is #48A98C. Grayscale: #767676. Windows color (decimal): -4761997 or 7558839. OLE color: 7558839.

HSL color Cylindrical-coordinate representation of color #B75673: hue angle of 342.06º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B75673 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB18386115-
CMYK00.530.370.28
HSL342.06º40.25%52.75%-
HSV(B)342.06º53.01%71.76%-
XYZ25.9517.9618.32-
YUV118.31126.14174.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=47.66%
G=22.40%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838611500.530.370.28342.0640.2552.75
HexB75673035251C1562835
Octal26712616306545345265065
Binary1011011110101101110011011010110010111100101010110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75673; }

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

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

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

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

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

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

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

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