#B75675

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

Shades of Royal Heath #B75675

Tints of Royal Heath #B75675

Color information

#B75675 (or 0xB75675) is unknown color: approx Royal Heath. HEX triplet: B7, 56 and 75. RGB value is (183,86,117). Sum of RGB (Red+Green+Blue) = 183+86+117=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B75675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75675 is #48A98A. Grayscale: #767676. Windows color (decimal): -4761995 or 7689911. OLE color: 7689911.

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

Color convert

RGB18386117-
CMYK00.530.360.28
HSL340.82º40.25%52.75%-
HSV(B)340.82º53.01%71.76%-
XYZ26.0718.0118.93-
YUV118.54127.14173.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=47.41%
G=22.28%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838611700.530.360.28340.8240.2552.75
HexB75675035241C1552835
Octal26712616506544345255065
Binary1011011110101101110101011010110010011100101010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75675; }

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

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

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

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

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

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

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

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