#B7486C

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

Shades of Royal Heath #B7486C

Tints of Royal Heath #B7486C

Color information

#B7486C (or 0xB7486C) is unknown color: approx Royal Heath. HEX triplet: B7, 48 and 6C. RGB value is (183,72,108). Sum of RGB (Red+Green+Blue) = 183+72+108=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7486C is #48B793. Grayscale: #6D6D6D. Windows color (decimal): -4765588 or 7096503. OLE color: 7096503.

HSL color Cylindrical-coordinate representation of color #B7486C: hue angle of 340.54º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7486C is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB18372108-
CMYK00.610.410.28
HSL340.54º43.53%50%-
HSV(B)340.54º60.66%71.76%-
XYZ24.5515.7815.94-
YUV109.29127.27180.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=50.41%
G=19.83%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837210800.610.410.28340.5443.5350
HexB7486C03D291C1552c32
Octal26711015407551345255462
Binary1011011110010001101100011110110100111100101010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7486C; }

 p { color: rgb(183,72,108); }

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

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

 a { background-color: rgb(183,72,108); }

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

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

 span { border-color: rgb(183,72,108); }

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