#B5466A

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

Shades of Royal Heath #B5466A

Tints of Royal Heath #B5466A

Color information

#B5466A (or 0xB5466A) is unknown color: approx Royal Heath. HEX triplet: B5, 46 and 6A. RGB value is (181,70,106). Sum of RGB (Red+Green+Blue) = 181+70+106=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5466A is #4AB995. Grayscale: #6B6B6B. Windows color (decimal): -4897174 or 6964917. OLE color: 6964917.

HSL color Cylindrical-coordinate representation of color #B5466A: hue angle of 340.54º 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 #B5466A is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18170106-
CMYK00.610.410.29
HSL340.54º44.22%49.22%-
HSV(B)340.54º61.33%70.98%-
XYZ23.8515.2415.32-
YUV107.29127.27180.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=50.70%
G=19.61%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817010600.610.410.29340.5444.2249.22
HexB5466A03D291D1552c31
Octal26510615207551355255461
Binary1011010110001101101010011110110100111101101010101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5466A; }

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

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

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

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

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

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

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

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