#B0446F

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

Shades of Royal Heath #B0446F

Tints of Royal Heath #B0446F

Color information

#B0446F (or 0xB0446F) is unknown color: approx Royal Heath. HEX triplet: B0, 44 and 6F. RGB value is (176,68,111). Sum of RGB (Red+Green+Blue) = 176+68+111=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0446F is #4FBB90. Grayscale: #696969. Windows color (decimal): -5225361 or 7292080. OLE color: 7292080.

HSL color Cylindrical-coordinate representation of color #B0446F: hue angle of 336.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0446F is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17668111-
CMYK00.610.370.31
HSL336.11º44.26%47.84%-
HSV(B)336.11º61.36%69.02%-
XYZ22.8414.5116.64-
YUV105.19131.28178.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 68 (26.95% from 255) = 19.15%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=49.58%
G=19.15%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766811100.610.370.31336.1144.2647.84
HexB0446F03D251F1502c30
Octal26010415707545375205460
Binary1011000010001001101111011110110010111111101010000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0446F; }

 p { color: rgb(176,68,111); }

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

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

 a { background-color: rgb(176,68,111); }

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

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

 span { border-color: rgb(176,68,111); }

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