#B75674

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

Shades of Royal Heath #B75674

Tints of Royal Heath #B75674

Color information

#B75674 (or 0xB75674) is unknown color: approx Royal Heath. HEX triplet: B7, 56 and 74. RGB value is (183,86,116). Sum of RGB (Red+Green+Blue) = 183+86+116=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B75674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75674 is #48A98B. Grayscale: #767676. Windows color (decimal): -4761996 or 7624375. OLE color: 7624375.

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

Color convert

RGB18386116-
CMYK00.530.370.28
HSL341.44º40.25%52.75%-
HSV(B)341.44º53.01%71.76%-
XYZ26.0117.9818.62-
YUV118.42126.64174.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=47.53%
G=22.34%
B=30.13%

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
Decimal1838611600.530.370.28341.4440.2552.75
HexB75674035251C1552835
Octal26712616406545345255065
Binary1011011110101101110100011010110010111100101010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75674; }

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

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

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

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

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

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

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

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