#B6446B

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

Shades of Royal Heath #B6446B

Tints of Royal Heath #B6446B

Color information

#B6446B (or 0xB6446B) is unknown color: approx Royal Heath. HEX triplet: B6, 44 and 6B. RGB value is (182,68,107). Sum of RGB (Red+Green+Blue) = 182+68+107=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6446B is #49BB94. Grayscale: #6A6A6A. Windows color (decimal): -4832149 or 7029942. OLE color: 7029942.

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

Color convert

RGB18268107-
CMYK00.630.410.29
HSL339.47º45.6%49.02%-
HSV(B)339.47º62.64%71.37%-
XYZ24.0115.1415.57-
YUV106.53128.27181.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 68 (26.95% from 255) = 19.05%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=50.98%
G=19.05%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826810700.630.410.29339.4745.649.02
HexB6446B03F291D1532e31
Octal26610415307751355235661
Binary1011011010001001101011011111110100111101101010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6446B; }

 p { color: rgb(182,68,107); }

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

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

 a { background-color: rgb(182,68,107); }

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

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

 span { border-color: rgb(182,68,107); }

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