#B5466C

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

Shades of Royal Heath #B5466C

Tints of Royal Heath #B5466C

Color information

#B5466C (or 0xB5466C) is unknown color: approx Royal Heath. HEX triplet: B5, 46 and 6C. RGB value is (181,70,108). Sum of RGB (Red+Green+Blue) = 181+70+108=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5466C is #4AB993. Grayscale: #6B6B6B. Windows color (decimal): -4897172 or 7095989. OLE color: 7095989.

HSL color Cylindrical-coordinate representation of color #B5466C: hue angle of 339.46º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5466C is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18170108-
CMYK00.610.400.29
HSL339.46º44.22%49.22%-
HSV(B)339.46º61.33%70.98%-
XYZ23.9515.2915.88-
YUV107.52128.27180.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.42%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=50.42%
G=19.50%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817010800.610.400.29339.4644.2249.22
HexB5466C03D281D1532c31
Octal26510615407550355235461
Binary1011010110001101101100011110110100011101101010011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5466C; }

 p { color: rgb(181,70,108); }

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

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

 a { background-color: rgb(181,70,108); }

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

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

 span { border-color: rgb(181,70,108); }

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